kernel-install: add page (#10923)

* kernel-install: add page

* kernel-install: fix typo
pull/23/head
Sagar Verma 2023-10-11 11:36:36 +05:30 committed by GitHub
parent a171a92d44
commit 11104892fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# 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}}`