Fedora Core DVD
These instructions will allow you to build a bootable DVD from the Fedora
Core iso set. I'm not responsible for any systems you break using my
instructions here.
1. Download the Fedora Core CD images (either just binary or binary+source).
I'd suggest downloading them via BitTorrent. Instructions are here.
2. Download my script for generating the DVD image.
3. Create the DVD iso or burn a DVD with the commandlines below.
Generate a DVD iso image suitable for burning with your favorite
dvd burning software:
# ./fedora-iso2dvd -o yarrow-dvd.iso yarrow*
Generate a DVD burning directly to a DVD+R(W) with growisofs:
# ./fedora-iso2dvd -Z /dev/scd0 yarrow*
In both cases above, yarrow* refers to either the downloaded iso9660
images, or to the yarrow-binary-i386-iso and yarrow-src-i386-iso
dirs created by downloading the torrents. The script will automatically
descend into these directories if they are given on the command line.
-- Gerald Britton