From d20ac9e44925d1b0c31baa9a08e391b210873d6d Mon Sep 17 00:00:00 2001 From: Bernhard Walle Date: Thu, 8 May 2008 18:01:03 +0200 Subject: 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 Signed-off-by: Simon Horman --- kexec/kexec.8 | 4 ---- 1 file changed, 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 . -- cgit