summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Walle <bwalle@suse.de>2008-05-08 22:50:34 +0200
committerSimon Horman <horms@verge.net.au>2008-05-21 15:57:03 +1000
commiteaf01a039a1e00e9da52329ac337b00bb9c7f95d (patch)
tree63f7cab852bb73b7fd26460f5cc1b094bb4cca5b
parent6f65cb623cdb82f712144e438d9aa2f097376251 (diff)
Add x86-bzImage to manpage
This patch just adds the "x86-bzImage" type to the manpage. Signed-off-by: Bernhard Walle <bwalle@suse.de> Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r--kexec/kexec.835
1 files changed, 35 insertions, 0 deletions
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