Daniel Shahin wrote: > > does anyone know how to modify the initrd.img file. I'd really like to > pick this apart, and be able to customize the mini-distro, to add other > tools, if possible. Does anyone have any experience doing this? Any > pointers? > > thanks in advance, > > dshahin > > _______________________________________________ > Kickstart-list mailing list > Kickstart-list@xxxxxxxxxx > https://listman.redhat.com/mailman/listinfo/kickstart-list You can mount it as a loopback filesystem if this is compiled in you kernel with for example mount -o loop <path>/initrd.img /temp_mount_point gunzip it first if its gzipped. S> -- Stephen Johnston Phone: +49 89 32006563 UNIX Systems Administrator Fax : +49 89 32006380 European Southern Observatory Karl-Schwarzschild-Strasse 2 D-85748 Garching bei Muenchen http://www.eso.org --