Displaying 1 result from an estimated 1 matches for "initrd_tmp".
Did you mean:
initrd_cmd
2007 May 10
1
isolinux usage problem
...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 < images/initrd.img > images/initrd.bin
8) cp images/initrd.bin staging_iso_image/boot/isolinux/initrd.bin
9) mkisofs -R -b isolinux/isolinux.bin -c isolinux/boot.cat \
-no-emul-boot -boot-load-size 4 -boot-info-table -o \
iso/cdrom...