mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:13:31 +02:00
update-initramfs: add page (#17552)
Co-authored-by: Fazle Arefin <fazlearefin@users.noreply.github.com>
This commit is contained in:
parent
58f014e349
commit
9db81d3e42
1 changed files with 16 additions and 0 deletions
16
pages/linux/update-initramfs.md
Normal file
16
pages/linux/update-initramfs.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# update-initramfs
|
||||
|
||||
> Manage initramfs.
|
||||
> More information: <https://manned.org/update-initramfs>.
|
||||
|
||||
- Create a new initramfs (use `all` for all installed kernel versions):
|
||||
|
||||
`sudo update-initramfs -c -k {{kernel_version}}`
|
||||
|
||||
- Update an existing initramfs:
|
||||
|
||||
`sudo update-initramfs -u`
|
||||
|
||||
- Remove an existing initramfs (be careful when using `all` for `kernel_version`):
|
||||
|
||||
`sudo update-initramfs -d -k {{kernel_version}}`
|
Loading…
Add table
Reference in a new issue