1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 22:02:08 +02:00
tldr/pages/linux/kernel-install.md
Sagar Verma 11104892fe
kernel-install: add page (#10923)
* kernel-install: add page

* kernel-install: fix typo
2023-10-11 08:06:36 +02:00

16 lines
517 B
Markdown

# kernel-install
> Add and remove kernel and initrd images to and from `/boot`.
> More information: <https://manned.org/kernel-install.8>.
- Add kernel and initramfs images to bootloader partition:
`sudo kernel-install add {{kernel-version}} {{kernel-image}} {{path/to/initrd-file ...}}`
- Remove kernel from the bootloader partition:
`sudo kernel-install remove {{kernel-version}}`
- Show various paths and parameters that have been configured or auto-detected:
`sudo kernel-install inspect {{kernel-image}}`