PDA

View Full Version : Hack to create bootable DVD iso


TRN
11-09-2003, 11:05 AM
# by Chris Kloiber <ckloiber@redhat.com>

# A quick hack that will create a bootable DVD iso of a Red Hat Linux
# Distribution. Feed it either a directory containing the downloaded
# iso files of a distribution, or point it at a directory containing
# the "RedHat", "isolinux", and "images" directories.

# This version only works with "isolinux" based Red Hat Linux versions.

Full Script (ftp://people.redhat.com/ckloiber/mkdvdiso.sh)

TRN
11-10-2003, 05:26 AM
ISOLINUX is a boot loader for Linux/i386 that operates off ISO 9660/El Torito CD-ROMs in "no emulation" mode. This avoids the need to create an "emulation disk image" with limited space (for "floppy emulation") or compatibility problems (for "hard disk emulation".)

Just thought someone might ask ;-)

04-12-2004, 11:42 AM
where do you put this script??