Re: [ PATCH ] fix to documentation for kexec

2007-02-01 Thread Judith Lebzelter
> > 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 <[EMAIL PROTECTED]> --- Stop recommending incorrect/superfluous "init" boot parameter. Index: linux-2.6.20-rc7/Documenta

Re: [ PATCH ] fix to documentation for kexec

2007-02-01 Thread Judith Lebzelter
On Thu, Feb 01, 2007 at 07:33:58PM +0100, Jan Engelhardt wrote: > > On Feb 1 2007 13:30, Robert P. J. Day wrote: > >> >@@ -228,8 +228,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

Re: [ PATCH ] fix to documentation for kexec

2007-02-01 Thread Jan Engelhardt
On Feb 1 2007 13:30, Robert P. J. Day wrote: >> >@@ -228,8 +228,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

Re: [ PATCH ] fix to documentation for kexec

2007-02-01 Thread Robert P. J. Day
On Thu, 1 Feb 2007, Jan Engelhardt wrote: > > >@@ -228,8 +228,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 witho

Re: [ PATCH ] fix to documentation for kexec

2007-02-01 Thread Jan Engelhardt
>@@ -228,8 +228,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

Re: [ PATCH ] fix to documentation for kexec

2007-02-01 Thread Robert P. J. Day
On Thu, 1 Feb 2007, Judith Lebzelter wrote: > 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 > > --- > Sig