summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Walle <bwalle@suse.de>2008-05-08 18:01:03 +0200
committerSimon Horman <horms@verge.net.au>2008-05-21 15:47:43 +1000
commitd20ac9e44925d1b0c31baa9a08e391b210873d6d (patch)
tree87445dc73fa44d2191d3c96ca32d375317a6a5f5
parent633473383333272f9a79b69cd1401ccafcb4a43b (diff)
Remove the 'bzImage' warning from manpage
This patch removes the warning Compressed kernel images such as bzImage are not supported by kexec. Use the uncompressed vmlinux. from the manual page as this is wrong now. Contrary, the usage of bzImage for kdump is recommended because on x86_64 it's the only way to use a relocatable kernel for dumping. Signed-off-by: Bernhard Walle <bwalle@suse.de> Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r--kexec/kexec.84
1 files changed, 0 insertions, 4 deletions
diff --git a/kexec/kexec.8 b/kexec/kexec.8
index e0fec58..dca059e 100644
--- a/kexec/kexec.8
+++ b/kexec/kexec.8
@@ -55,10 +55,6 @@ where
.I kernel\-image
is the kernel file that you intend to reboot to.
.PP
-Note: Compressed kernel images such as bzImage are not supported by
-.BR kexec .
-Use the uncompressed vmlinux.
-.PP
Insert the command-line parameters that must be passed to the new
kernel into
.IR command\-line\-options .