kexec: remove / from preceeding path tokens

coverage
Marius Gherman 2017-12-08 11:22:47 +00:00
parent f8adef4b51
commit 0173dee881
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@
- Load a new kernel:
`kexec -l {{/path/to/kernel}} --initrd={{/path/to/initrd}} --command-line={{arguments}}`
`kexec -l {{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 {{path/to/kernel}} --initrd={{path/to/initrd}} --reuse-cmdline`
- Execute a currently loaded kernel: