{
    "content": [
        {
            "type": "text",
            "text": "# installkernel (man)\n\n## NAME\n\ninstallkernel - install a new kernel image\n\n## SYNOPSIS\n\ninstallkernel version zImage System.map [directory]\n\n## DESCRIPTION\n\ninstallkernel  installs a new kernel image onto the system from the Linux source tree.  It is\ncalled by the Linux kernel makefiles when make install is invoked there.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **BUGS**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "installkernel",
        "section": "",
        "mode": "man",
        "summary": "installkernel - install a new kernel image",
        "synopsis": "installkernel version zImage System.map [directory]",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "BUGS",
                "lines": 6,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "installkernel - install a new kernel image\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "installkernel version zImage System.map [directory]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "installkernel  installs a new kernel image onto the system from the Linux source tree.  It is\ncalled by the Linux kernel makefiles when make install is invoked there.\n\nThe new kernel is installed into {directory}/vmlinuz-{version}.  If a symbolic  link  {direc‐\ntory}/vmlinuz  already  exists,  it is refreshed by making a link from {directory}/vmlinuz to\nthe new kernel, and the previously installed kernel is available as {directory}/vmlinuz.old.\n",
                "subsections": []
            },
            "BUGS": {
                "content": "installkernel resides in /sbin only because the Linux kernel makefiles call  it  from  there.\nIt should really be in /usr/sbin.  It isn't needed to boot a system.\n\n\n\nDebian Linux                                 7 Jan 2001                             INSTALLKERNEL(8)",
                "subsections": []
            }
        }
    }
}