Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=473e66fd24a230e03f6f164913bedb81c0ba052a
Commit:     473e66fd24a230e03f6f164913bedb81c0ba052a
Parent:     be6b026785414033aac36887cb9ea0ee1244254c
Author:     Horms <[EMAIL PROTECTED]>
AuthorDate: Mon Feb 12 00:52:18 2007 -0800
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Mon Feb 12 09:48:29 2007 -0800

    [PATCH] kexec: fix references to init in documentation for kexec
    
    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.
    
    [EMAIL PROTECTED]: put original comment with the latest version of the 
patch]
    Signed-off-by: Judith Lebzeelter <[EMAIL PROTECTED]>
    Acked-by: Vivek Goyal <[EMAIL PROTECTED]>
    Signed-off-by: Simon Horman <[EMAIL PROTECTED]>
    Cc: "Eric W. Biederman" <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 Documentation/kdump/kdump.txt |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/kdump/kdump.txt b/Documentation/kdump/kdump.txt
index 0733068..79775a4 100644
--- a/Documentation/kdump/kdump.txt
+++ b/Documentation/kdump/kdump.txt
@@ -311,10 +311,10 @@ Following are the arch specific command line options to 
be used while
 loading dump-capture kernel.
 
 For i386, x86_64 and ia64:
-       "init 1 irqpoll maxcpus=1"
+       "1 irqpoll maxcpus=1"
 
 For ppc64:
-       "init 1 maxcpus=1 noirqdistrib"
+       "1 maxcpus=1 noirqdistrib"
 
 
 Notes on loading the dump-capture kernel:
@@ -332,8 +332,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".
 
 * We generally don' have to bring up a SMP kernel just to capture the
   dump. Hence generally it is useful either to build a UP dump-capture
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to