Displaying 1 result from an estimated 1 matches for "gemedis".
Did you mean:
emexis
2006 Nov 30
1
Problems with syslinux when remastering ubuntu install CD.
...ubuntu install CDs ad described on
https://help.ubuntu.com/community/InstallCDCustomization
Basically, what I am trying to do is:
mkdir -p mnt
sudo mount -oro,loop /downloads/ubuntu-6.10-alternate-i386.iso mnt
cp -rT mnt custom
chmod -R u+w custom
sudo umount mnt
mkisofs -r -V 'Gemedis Install CD' -cache-inodes -J -l \
-b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot \
-boot-load-size 4 -boot-info-table -o custom.iso custom
sudo nice -18 cdrecord blank=fast -eject -v gracetime=2 -tao custom.iso
With this, I get a working CD, thus I think I've got...