creating a updated DVD with fedora install

John Reiser jreiser at bitwagon.com
Fri Oct 2 18:34:17 UTC 2009


> it's possible to create a updated DVD with fedora install ?

yum install pungi
man pungi

VERSION=12
DESTDIR=/my_destination_directory/Fedora$VERSION
ARCH=i386

# These are for re-using the destination directory(ies)
# such as when using the destination by more than one $ARCH.
rm -rf $DESTDIR/work/$ARCH
rm -rf $DESTDIR/$VERSION/$ARCH

mkdir -p      $DESTDIR/work/$ARCH/tmp
export TMPDIR=$DESTDIR/work/$ARCH/tmp

/usr/sbin/setenforce 0

pungi -c /usr/share/pungi/rawhide-fedora.ks --destdir=$DESTDIR --name Fedora --ver $VERSION --nosource

It will download and cache all the packages (about 2000 or more.)  It requires about
three times as much disk space as the final DVD, plus about an hour after download.

-- 




More information about the fedora-devel-list mailing list