mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-08 20:46:10 +00:00
Update cheatsheets
This commit is contained in:
21
linux/kernel-install
Normal file
21
linux/kernel-install
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user