home
to by jonbaine
#Replace <> marked args. with the correct value.
mkisofs -pad -l -J -v -V "<Name>" -no-emul-boot -boot-load-size 4 -boot-info-table -b < binary -> isolinux boot/isolinux/isolinux.bin> -c <catalog -> isolinux boot/isolinux/boot.cat> -hide-rr-moved -o <DVD.iso -- output iso> -r </tmp/DVD which dir to take>
to by garaolaza
# You need to unmount if the drives are mounted
# More in http://ubuntuforums.org/archive/index.php/t-6509.html
dd if=/dev/dvd of=dvd.iso # for dvd
dd if=/dev/cdrom of=cd.iso # for cdromto by nando.quintana
// Hello World in ISO C++
#include <iostream>
#include <ostream>