Re: [PATCH] init: Introduce rootdir bootparm to select which dir to sys_chroot

2007-11-08 Thread Al Boldi
Andrew Morton wrote: > > On Tue, 6 Nov 2007 13:40:26 +0300 Al Boldi <[EMAIL PROTECTED]> wrote: > > > > This patch introduces a rootdir kernel boot parameter, which specifies > > the path to the kernel sys_chroot boot dir. > > > > This is useful for systems that have more than one distribution > > i

Re: [PATCH] init: Introduce rootdir bootparm to select which dir to sys_chroot

2007-11-08 Thread Andrew Morton
> On Tue, 6 Nov 2007 13:40:26 +0300 Al Boldi <[EMAIL PROTECTED]> wrote: > > This patch introduces a rootdir kernel boot parameter, which specifies the > path to the kernel sys_chroot boot dir. > > This is useful for systems that have more than one distribution installed on > the same fs/partiti

Re: [PATCH] init: Introduce rootdir bootparm to select which dir to sys_chroot

2007-11-06 Thread H. Peter Anvin
Al Boldi wrote: H. Peter Anvin wrote: Al Boldi wrote: Al Boldi wrote: This patch introduces a rootdir kernel boot parameter, which specifies the path to the kernel sys_chroot boot dir. This is useful for systems that have more than one distribution installed on the same fs/partition. This se

Re: [PATCH] init: Introduce rootdir bootparm to select which dir to sys_chroot

2007-11-06 Thread Al Boldi
H. Peter Anvin wrote: > Al Boldi wrote: > > Al Boldi wrote: > >> This patch introduces a rootdir kernel boot parameter, which specifies > >> the path to the kernel sys_chroot boot dir. > >> > >> This is useful for systems that have more than one distribution > >> installed on the same fs/partition.

Re: [PATCH] init: Introduce rootdir bootparm to select which dir to sys_chroot

2007-11-06 Thread H. Peter Anvin
Al Boldi wrote: Al Boldi wrote: This patch introduces a rootdir kernel boot parameter, which specifies the path to the kernel sys_chroot boot dir. This is useful for systems that have more than one distribution installed on the same fs/partition. This seems like something that should be done

Re: [PATCH] init: Introduce rootdir bootparm to select which dir to sys_chroot

2007-11-06 Thread Al Boldi
Al Boldi wrote: > This patch introduces a rootdir kernel boot parameter, which specifies the > path to the kernel sys_chroot boot dir. > > This is useful for systems that have more than one distribution installed > on the same fs/partition. > > > Cc: H. Peter Anvin <[EMAIL PROTECTED]> > Cc: Andrew

[PATCH] init: Introduce rootdir bootparm to select which dir to sys_chroot

2007-11-06 Thread Al Boldi
This patch introduces a rootdir kernel boot parameter, which specifies the path to the kernel sys_chroot boot dir. This is useful for systems that have more than one distribution installed on the same fs/partition. Cc: H. Peter Anvin <[EMAIL PROTECTED]> Cc: Andrew Morton <[EMAIL PROTECTED]> S