creating a updated DVD with fedora install

2009-10-02 Thread Itamar Reis Peixoto
anyone can help ?

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

how ?



-- 


Itamar Reis Peixoto

e-mail/msn: ita...@ispbrasil.com.br
sip: ita...@ispbrasil.com.br
skype: itamarjp
icq: 81053601
+55 11 4063 5033
+55 34 3221 8599

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Re: creating a updated DVD with fedora install

2009-10-02 Thread John Reiser

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


Re: creating a updated DVD with fedora install

2009-10-02 Thread Muayyad AlSadi
we in ojuba.org have produced an updated Fedora-11-based distro +
rpmfusion + extra Arabic/Islamic software

this was on 2009/09/16

you may like to give it a try.

http://distrowatch.com/ojuba
http://www.ojuba.org/wiki/news/14300926-en

as mentioned by John Reiser we have used pungi

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list