search for: ramdisk_too_small

Displaying 1 result from an estimated 1 matches for "ramdisk_too_small".

2007 May 10
1
isolinux usage problem
hi everyone, I am trying to create a custom live cd but I am having some problems with isolinux. A rough sketch of my process : 1) bootstrapped a small rpm based system in /target 2) dd if=/dev/zero of=images/initrd.img bs=1k count=262144 3) /sbin/mke2fs -F -v -m0 images/initrd.img 4) mount -o loop images/initrd.img ./initrd_tmp 5) cp -av /target/* ./initrd_tmp 6) umount 7) gzip -9 <