stdevel / mkelfs

Create kickstart trees for EL-like distros in Spacewalk, Red Hat Satellite 5.x, or SUSE Manager
http://st-devel.net/blmekt
GNU General Public License v2.0
7 stars 0 forks source link

Add default mirrors for Fedora and Scientific Linux #5

Closed stdevel closed 10 years ago

stdevel commented 10 years ago

It would be a good idea to add default mirrors for Fedora and Scientific Linux so that it is possible to simply download some releases from the default mirror. Currently this only works for CentOS.

Currently working:

# mkelfs.py -r 6.5 -a i386 -q

Idea to implement also things like:

# mkelfs.py -o scientific -r 6.1 -a x86_64 -q
# mkelfs.py -o fedora -r 20 -a x86_64 -fq
stdevel commented 10 years ago

Fixed in commit 015d059 (version 0.3).