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. -- -- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-list