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

Downloading particular releases of CentOS 7 fails #16

Open stdevel opened 8 years ago

stdevel commented 8 years ago

Like reported in closed issue #13:

I figured out when you also use the minor Release number as 7.2.1511 the script is not downloading LiveOS folder. Could you also add this fix for Minor releases.

python mkelfs.py --release 7 --arch x86_64 -o centos -b CentOS 7 x86_64 --target /var/satellite/iso-images/ Is donwloading the LiveOS folder

python mkelfs.py --release 7.2.1511 --arch x86_64 -o centos -b CentOS 7 x86_64 --target /var/satellite/iso-images/ is downloading everything exept the LiveOS folder.