Making a Bootable Linux CD
This is an example of customizing Mandriva 2008.0
First copy the contents of the CD to a directory
auto-boot/ |-- VERSION `-- isolinux |-- alt0 | |-- all.rdz | `-- vmlinuz |-- boot.cat |-- custom.msg |-- isolinux.bin |-- isolinux.cfg |-- memtest `-- target.msg
To change default auto configuration file, edit:
isolinux/isolinux.cfg
To produce a custom boot CD:
mkisofs -R -J -o auto-boot.iso -b isolinux/isolinux.bin -c isolinux/boot.cat \ -no-emul-boot -boot-load-size 4 -boot-info-table ./auto-boot/
Categories: Computer
No Comments »
« Windows Hosts File | Home | CD/DVD Filesystem Snapshot »


