{
    "content": [
        {
            "type": "text",
            "text": "# UNMKINITRAMFS (man)\n\n## NAME\n\nunmkinitramfs - extract content from an initramfs image\n\n## SYNOPSIS\n\nunmkinitramfs [-v] initramfs-file directory\n\n## DESCRIPTION\n\nThe unmkinitramfs command extracts the content of a given initramfs image using cpio.  If the\nimage contains multiple segments, each are passed to cpio in order.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS** (1 subsections)\n- **DESCRIPTION**\n- **OPTIONS** (2 subsections)\n- **USAGE EXAMPLES** (1 subsections)\n- **BUGS**\n- **AUTHOR**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "UNMKINITRAMFS",
        "section": "",
        "mode": "man",
        "summary": "unmkinitramfs - extract content from an initramfs image",
        "synopsis": "unmkinitramfs [-v] initramfs-file directory",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "-h",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "-v",
                "long": null,
                "arg": null,
                "description": ""
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "initramfs-tools",
                "section": "7",
                "url": "https://www.chedong.com/phpMan.php/man/initramfs-tools/7/json"
            },
            {
                "name": "lsinitramfs",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/lsinitramfs/8/json"
            },
            {
                "name": "mkinitramfs",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/mkinitramfs/8/json"
            },
            {
                "name": "update-initramfs",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/update-initramfs/8/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "unmkinitramfs -h",
                        "lines": 1
                    }
                ]
            },
            {
                "name": "DESCRIPTION",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-h",
                        "lines": 1,
                        "flag": "-h"
                    },
                    {
                        "name": "-v",
                        "lines": 1,
                        "flag": "-v"
                    }
                ]
            },
            {
                "name": "USAGE EXAMPLES",
                "lines": 3,
                "subsections": [
                    {
                        "name": "unmkinitramfs /boot/initrd.img-$(uname -r) initramfs/",
                        "lines": 1
                    }
                ]
            },
            {
                "name": "BUGS",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "unmkinitramfs - extract content from an initramfs image\n\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "unmkinitramfs [-v] initramfs-file directory",
                "subsections": [
                    {
                        "name": "unmkinitramfs -h",
                        "content": ""
                    }
                ]
            },
            "DESCRIPTION": {
                "content": "The unmkinitramfs command extracts the content of a given initramfs image using cpio.  If the\nimage contains multiple segments, each are passed to cpio in order.\n\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "-h",
                        "content": "",
                        "flag": "-h"
                    },
                    {
                        "name": "-v",
                        "content": "",
                        "flag": "-v"
                    }
                ]
            },
            "USAGE EXAMPLES": {
                "content": "Extract initramfs content of current running kernel:\n\n",
                "subsections": [
                    {
                        "name": "unmkinitramfs /boot/initrd.img-$(uname -r) initramfs/",
                        "content": ""
                    }
                ]
            },
            "BUGS": {
                "content": "unmkinitramfs cannot deal with multiple-segmented initramfs images,  except  where  an  early\n(uncompressed)  initramfs  with  system  firmware  is  prepended  to  the  regular compressed\ninitramfs.\n\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "The initramfs-tools are written by Maximilian Attems <maks@debian.org> and numerous others.\n\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "initramfs-tools(7), lsinitramfs(8), mkinitramfs(8), update-initramfs(8).\n\n\n\ninitramfs-tools                              2016/12/15                             UNMKINITRAMFS(8)",
                "subsections": []
            }
        }
    }
}