From eaf01a039a1e00e9da52329ac337b00bb9c7f95d Mon Sep 17 00:00:00 2001 From: Bernhard Walle Date: Thu, 8 May 2008 22:50:34 +0200 Subject: Add x86-bzImage to manpage This patch just adds the "x86-bzImage" type to the manpage. Signed-off-by: Bernhard Walle Signed-off-by: Simon Horman --- kexec/kexec.8 | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/kexec/kexec.8 b/kexec/kexec.8 index 5832a09..83468a6 100644 --- a/kexec/kexec.8 +++ b/kexec/kexec.8 @@ -197,6 +197,41 @@ Use as the kernel's initial ramdisk. .RE .PP +.B bzImage-x86 +.RS +.TP +.BI \-\-append= string +Append +.I string +to the kernel command line. +.TP +.BI \-\-command\-line= string +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 +as the kernel's initial ramdisk. +.TP +.BI \-\-ramdisk= file +Use +.I file +as the kernel's initial ramdisk. +.TP +.BI \-\-real-mode +Use real-mode entry point. +.RE +.PP .B multiboot-x86 .RS .TP -- cgit