Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422851AbXBAS6Q (ORCPT ); Thu, 1 Feb 2007 13:58:16 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1422923AbXBAS6Q (ORCPT ); Thu, 1 Feb 2007 13:58:16 -0500 Received: from smtp.osdl.org ([65.172.181.24]:56186 "EHLO smtp.osdl.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1422851AbXBAS6P (ORCPT ); Thu, 1 Feb 2007 13:58:15 -0500 Date: Thu, 1 Feb 2007 10:58:08 -0800 From: Judith Lebzelter To: Judith Lebzelter Cc: Jan Engelhardt , "Robert P. J. Day" , ebiederm@xmission.com, linux-kernel@vger.kernel.org, fastboot@osdl.org Subject: Re: [ PATCH ] fix to documentation for kexec Message-ID: <20070201185808.GG5825@shell0.pdx.osdl.net> References: <20070201181955.GE5825@shell0.pdx.osdl.net> <20070201184217.GF5825@shell0.pdx.osdl.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070201184217.GF5825@shell0.pdx.osdl.net> User-Agent: Mutt/1.5.6i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1619 Lines: 44 > > I did notice that my patch is out of date for the latest kernel, > however. I can send an up to date one. > This applies to 2.6.20-rc7 Signed-off-by: Judith Lebzeelter --- Stop recommending incorrect/superfluous "init" boot parameter. Index: linux-2.6.20-rc7/Documentation/kdump/kdump.txt =================================================================== --- linux-2.6.20-rc7.orig/Documentation/kdump/kdump.txt +++ linux-2.6.20-rc7/Documentation/kdump/kdump.txt @@ -311,10 +311,10 @@ Following are the arch specific command 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 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 linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/