Re: Creating an initrd

2001-05-09 Thread Karsten M. Self
on Wed, May 09, 2001 at 12:09:38AM -0600, Stefan Srdic ([EMAIL PROTECTED]) wrote: > I though that its possible to use the ext2 filesystem to use with > initrd? Is there an advantage of using the minixfs filesystem over > the ext2 filesytem in this application? minixfs is reputed to have lower o

Re: Creating an initrd

2001-05-09 Thread Andrew Suffield
On Wed, May 09, 2001 at 07:18:02PM +1000, Herbert Xu wrote: > Joey Hess <[EMAIL PROTECTED]> wrote: > > > Well there is a package in unstable called mkcramfs that makes initrds > > for debian, and it is supported by kernel packages for unstable. > > Actually, mkcramfs just makes a cramfs image. I

Re: Creating an initrd

2001-05-09 Thread Herbert Xu
Joey Hess <[EMAIL PROTECTED]> wrote: > Well there is a package in unstable called mkcramfs that makes initrds > for debian, and it is supported by kernel packages for unstable. Actually, mkcramfs just makes a cramfs image. It's initrd-tools that contains mkinitrd which makes initrd images. -- D

Re: Creating an initrd

2001-05-09 Thread Herbert Xu
Sean 'Shaleh' Perry <[EMAIL PROTECTED]> wrote: > Fairly easy to make, biggest snag is you really have to be root to make them > properly. If you're building a cramfs or romfs image, then root is unnecessary as fakeroot works just fine. -- Debian GNU/Linux 2.2 is out! ( http://www.debian.org/ ) E

Re: Creating an initrd - minixfs

2001-05-09 Thread Alvin Oga
> > > > either way...you need to make sure you have minixfs and /dev/ram enabled > > in your kernel to be able to create initrd files > > > > I though that its possible to use the ext2 filesystem to use with initrd>? Is > there > an advantage of using the minixfs filesystem over the ext2 filesyt

Re: Creating an initrd - micro-howto

2001-05-09 Thread Alvin Oga
hi ya will there is no initrd howto that i could find... those docs i did find in google searches were out of date and incomplete in terms of getting a flash disk that you can boot into /dev/ram0 -- lets assume that tomsrtbt is too small on the 1.77Mb floppy and cdrom is too much hassle

Re: Creating an initrd

2001-05-09 Thread Stefan Srdic
Alvin Oga wrote: > hi stefan... > > mkinitrd ... > > or take an existing initrd.gz file...decompress it > into /dev/ram or /dev/loop > > than change the kernel to your version, add your libs/commands > and other stuff you want in the initrd to make your system > bootable > > and compress that /d

Re: Creating an initrd

2001-05-08 Thread will trillich
On Tue, May 08, 2001 at 08:32:01PM -0700, Alvin Oga wrote: > mkinitrd ... > > or take an existing initrd.gz file...decompress it > into /dev/ram or /dev/loop > > than change the kernel to your version, add your libs/commands > and other stuff you want in the initrd to make your system > b

RE: Creating an initrd

2001-05-08 Thread Alvin Oga
hi stefan... mkinitrd ... or take an existing initrd.gz file...decompress it into /dev/ram or /dev/loop than change the kernel to your version, add your libs/commands and other stuff you want in the initrd to make your system bootable and compress that /dev/loop image into your_init

Re: Creating an initrd

2001-05-08 Thread Joey Hess
Stefan Srdic wrote: > I've compiled the 2.4.3 kernel on my patato box. I'm interrested in > creating my own initial RAM disk (initrd) to speed up my boot process. > > Does anybody know of any good HOW-TO's on initrd's? > > Does anybody have some insight to share? Well there is a package in unsta

RE: Creating an initrd

2001-05-08 Thread Sean 'Shaleh' Perry
On 08-May-2001 Stefan Srdic wrote: > I've compiled the 2.4.3 kernel on my patato box. I'm interrested in > creating my own initial RAM disk (initrd) to speed up my boot process. > > Does anybody know of any good HOW-TO's on initrd's? > > Does anybody have some insight to share? > Fairly easy t