LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [ PATCH ] fix to documentation for kexec
@ 2007-02-01 18:19 Judith Lebzelter
  2007-02-01 18:24 ` Jan Engelhardt
  2007-02-01 18:25 ` [ PATCH ] fix to documentation for kexec Robert P. J. Day
  0 siblings, 2 replies; 11+ messages in thread
From: Judith Lebzelter @ 2007-02-01 18:19 UTC (permalink / raw)
  To: ebiederm; +Cc: linux-kernel, fastboot

Hello,

I've noticed that the boot options are not correct for in 
the documentation for kdump. The "init" keyword is not 
necessary, and causes a kernel panic when booting with an 
initrd on Fedora 5.

Thanks;
Judith Lebzelter

---
Signed-off-by: Judith Lebzelter <judith@osdl.org>
---


Index: linux/Documentation/kdump/kdump.txt
===================================================================
--- linux.orig/Documentation/kdump/kdump.txt
+++ linux/Documentation/kdump/kdump.txt
@@ -207,7 +207,7 @@ the following command:
 
    kexec -p <dump-capture-kernel> \
    --initrd=<initrd-for-dump-capture-kernel> --args-linux \
-   --append="root=<root-dev> init 1 irqpoll"
+   --append="root=<root-dev> 1 irqpoll"
 
 
 Notes on loading the dump-capture kernel:
@@ -228,8 +228,8 @@ Notes on loading the dump-capture kernel
 * You must specify <root-dev> in the format corresponding to the root
   device name in the output of mount command.
 
-* "init 1" boots the dump-capture kernel into single-user mode without
-  networking. If you want networking, use "init 3."
+* Boot parameter "1" boots the dump-capture kernel into single-user mode 
+  without networking. If you want networking, use "3".
 
 
 Kernel Panic

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2007-02-07 15:03 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-01 18:19 [ PATCH ] fix to documentation for kexec Judith Lebzelter
2007-02-01 18:24 ` Jan Engelhardt
2007-02-01 18:30   ` Robert P. J. Day
2007-02-01 18:33     ` Jan Engelhardt
2007-02-01 18:42       ` Judith Lebzelter
2007-02-01 18:58         ` Judith Lebzelter
2007-02-02  8:02           ` [Fastboot] " Vivek Goyal
2007-02-07  7:42             ` [PATCH] kexec: fix references to init in documentation for kexe Horms
2007-02-01 18:25 ` [ PATCH ] fix to documentation for kexec Robert P. J. Day
2007-02-07  7:33   ` [Fastboot] " Horms
2007-02-07 15:41     ` Lombard, David N

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).