Re: creating a updated DVD with fedora install

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]
  Powered by Linux