diff --git a/pages/linux/kexec.md b/pages/linux/kexec.md index e9443bf1d..eebac3cc8 100644 --- a/pages/linux/kexec.md +++ b/pages/linux/kexec.md @@ -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: