Re: [klibc] Re: [PATCH - RFC] Move initramfs configuration to "General setup"

2005-08-08 Thread H. Peter Anvin
Grzegorz Kulewski wrote: From my recent experiments it looks like in order to be able to use initramfs not compiled into the kernel image but loaded from separate file by GRUB or LILO one must also build initrd into the kernel. Am I right? If so, could somebody split initramfs and initrd (

Re: [klibc] Re: [PATCH - RFC] Move initramfs configuration to "General setup"

2005-08-08 Thread Grzegorz Kulewski
On Mon, 8 Aug 2005, Olaf Hering wrote: On Mon, Aug 08, Grzegorz Kulewski wrote: From my recent experiments it looks like in order to be able to use initramfs not compiled into the kernel image but loaded from separate file by GRUB or LILO one must also build initrd into the kernel. The file

Re: [klibc] Re: [PATCH - RFC] Move initramfs configuration to "General setup"

2005-08-08 Thread Olaf Hering
On Mon, Aug 08, Grzegorz Kulewski wrote: > >From my recent experiments it looks like in order to be able to use > initramfs not compiled into the kernel image but loaded from separate file > by GRUB or LILO one must also build initrd into the kernel. The file passed from the bootloader to the

Re: [PATCH - RFC] Move initramfs configuration to "General setup"

2005-08-08 Thread Grzegorz Kulewski
On Mon, 8 Aug 2005, Sam Ravnborg wrote: At present the configuration items for initramfs is located in: Device drivers | Block Drivers | xxx This is maybe not the most natural place to have it. So with the following patch it is moved below "General setup", and relevant config items are collecte

[PATCH - RFC] Move initramfs configuration to "General setup"

2005-08-08 Thread Sam Ravnborg
At present the configuration items for initramfs is located in: Device drivers | Block Drivers | xxx This is maybe not the most natural place to have it. So with the following patch it is moved below "General setup", and relevant config items are collected in a file with a new home in usr/. The o