initrd ============ This directory contains vinstall.img and scripts to make an initrd.img The vinstall contains the generic VL INSTALLATION. You may hack it this way: * call mloop mount the vinstall.img into loop * use mc or whatever to modify the contents of vinstall.img. The setup scripts are under /loop/sbin. setup : main program setup-* : various moduled called by setup install-bulk : install a bulk files install-pkg : install a tgz pkgname : decode package name dfgauge : shows gauge using df (disk free) * You may test it on another console/terminal, by chrooting first (So you run it using the sh inside the initrd) chroot loop /bin/sh /sbin/setup * After finished, call mkinitrd create a new initrd.img and copy it to RELEASE/isolinux * You may call mkrootdisk too create a new rootdisk.img and copy it to RELEASE/install/floppy * call uloop to umount the loop