{
    "content": [
        {
            "type": "text",
            "text": "# lsinitramfs(8) (man)\n\n**Summary:** lsinitramfs - list content of an initramfs image\n\n**Synopsis:** lsinitramfs [-l] initramfs-file...\n\n## Flags\n\n| Flag | Long | Arg | Description |\n|------|------|-----|-------------|\n| -h | — | — |  |\n| -l | — | — |  |\n\n## See Also\n\n- initramfs-tools(7)\n- mkinitramfs(8)\n- unmkinitramfs(8)\n- update-initramfs(8)\n\n## Section Outline\n\n- **NAME** (3 lines)\n- **SYNOPSIS** (1 lines) — 1 subsections\n  - lsinitramfs -h (1 lines)\n- **DESCRIPTION** (4 lines)\n- **OPTIONS** (1 lines) — 2 subsections\n  - -h (1 lines)\n  - -l (1 lines)\n- **USAGE EXAMPLES** (3 lines) — 2 subsections\n  - lsinitramfs /boot/initrd.img-$(uname -r) (3 lines)\n  - lsinitramfs -l /boot/vmlinuz-2.6.31-grml64 /boot/vmlinuz-2.6 (1 lines)\n- **BUGS** (4 lines)\n- **AUTHOR** (3 lines)\n- **SEE ALSO** (5 lines)\n\n## Full Content\n\n### NAME\n\nlsinitramfs - list content of an initramfs image\n\n### SYNOPSIS\n\nlsinitramfs [-l] initramfs-file...\n\n#### lsinitramfs -h\n\n### DESCRIPTION\n\nThe lsinitramfs command lists the content of given initramfs images. It allows one to quickly\ncheck the content of one (or multiple) specified initramfs files.\n\n### OPTIONS\n\n#### -h\n\n#### -l\n\n### USAGE EXAMPLES\n\nList initramfs content of current running kernel:\n\n#### lsinitramfs /boot/initrd.img-$(uname -r)\n\nList content of two initramfs files in verbose mode:\n\n#### lsinitramfs -l /boot/vmlinuz-2.6.31-grml64 /boot/vmlinuz-2.6.33-grml64\n\n### BUGS\n\nlsinitramfs cannot deal with multiple-segmented initramfs images, except where an early  (un‐\ncompressed) initramfs with system firmware is prepended to the regular compressed initramfs.\n\n### AUTHOR\n\nThe initramfs-tools are written by Maximilian Attems <maks@debian.org> and numerous others.\n\n### SEE ALSO\n\ninitramfs-tools(7), mkinitramfs(8), unmkinitramfs(8), update-initramfs(8).\n\n\n\ninitramfs-tools                              2015/12/09                               LSINITRAMFS(8)\n\n"
        }
    ],
    "structuredContent": {
        "command": "lsinitramfs",
        "section": "8",
        "mode": "man",
        "summary": "lsinitramfs - list content of an initramfs image",
        "synopsis": "lsinitramfs [-l] initramfs-file...",
        "flags": [
            {
                "flag": "-h",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "-l",
                "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": "mkinitramfs",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/mkinitramfs/8/json"
            },
            {
                "name": "unmkinitramfs",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/unmkinitramfs/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": "lsinitramfs -h",
                        "lines": 1
                    }
                ]
            },
            {
                "name": "DESCRIPTION",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-h",
                        "lines": 1,
                        "flag": "-h"
                    },
                    {
                        "name": "-l",
                        "lines": 1,
                        "flag": "-l"
                    }
                ]
            },
            {
                "name": "USAGE EXAMPLES",
                "lines": 3,
                "subsections": [
                    {
                        "name": "lsinitramfs /boot/initrd.img-$(uname -r)",
                        "lines": 3
                    },
                    {
                        "name": "lsinitramfs -l /boot/vmlinuz-2.6.31-grml64 /boot/vmlinuz-2.6.33-grml64",
                        "lines": 1
                    }
                ]
            },
            {
                "name": "BUGS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 5,
                "subsections": []
            }
        ]
    }
}