mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 11:56:50 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,16 +10,16 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Load a new kernel:
|
||||
|
||||
`kexec -l {{path/to/kernel}} --initrd={{path/to/initrd}} --command-line={{arguments}}`
|
||||
`kexec {{[-l|--load]}} {{path/to/kernel}} --initrd={{path/to/initrd}} --command-line={{arguments}}`
|
||||
|
||||
- Load a new kernel with current boot parameters:
|
||||
|
||||
`kexec -l {{path/to/kernel}} --initrd={{path/to/initrd}} --reuse-cmdline`
|
||||
`kexec {{[-l|--load]}} {{path/to/kernel}} --initrd={{path/to/initrd}} --reuse-cmdline`
|
||||
|
||||
- Execute a currently loaded kernel:
|
||||
|
||||
`kexec -e`
|
||||
`kexec {{[-e|--exec]}}`
|
||||
|
||||
- Unload current kexec target kernel:
|
||||
|
||||
`kexec -u`
|
||||
`kexec {{[-u|--unload]}}`
|
||||
|
||||
Reference in New Issue
Block a user