diff options
Diffstat (limited to 'kexec/kexec.8')
-rw-r--r-- | kexec/kexec.8 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kexec/kexec.8 b/kexec/kexec.8 index 83468a6..da03c40 100644 --- a/kexec/kexec.8 +++ b/kexec/kexec.8 @@ -186,6 +186,15 @@ to the kernel command line. Set the kernel command line to .IR string . .TP +.BI \-\-reuse-cmdline +Use the command line from the running system. When a panic kernel is loaded, it +strips the +.I +crashkernel +parameter automatically. The +.I BOOT_IMAGE +parameter is also stripped. +.TP .BI \-\-initrd= file Use .I file @@ -239,6 +248,15 @@ Use real-mode entry point. Set the kernel command line to .IR string . .TP +.BI \-\-reuse-cmdline +Use the command line from the running system. When a panic kernel is loaded, it +strips the +.I +crashkernel +parameter automatically. The +.I BOOT_IMAGE +parameter is also stripped. +.TP .BI \-\-module= "mod arg1 arg2 ..." Load module .I mod |