Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Files are downloaded incompletely for CentOS 7 #13

Closed
stdevel opened this issue Aug 31, 2014 · 2 comments
Closed

Files are downloaded incompletely for CentOS 7 #13

stdevel opened this issue Aug 31, 2014 · 2 comments
Assignees
Labels

Comments

@stdevel
Copy link
Owner

stdevel commented Aug 31, 2014

Kickstarting CentOS 7 fails with the following error:

Warning: Downloading 'http://spacewalk-hostname/ks/dist/centos-7-x86_64/LiveOS/squashfs.img' failed!

@stdevel stdevel added the bug label Aug 31, 2014
@stdevel stdevel self-assigned this Aug 31, 2014
@stdevel
Copy link
Owner Author

stdevel commented Aug 31, 2014

The reason for the failure is that the LiveOSdirectory isn't downloaded - so adding an exception for release = 7 should do the trick..

Thanks to Gh0sty from Freenode/#spacewalk for the hint!

stdevel added a commit that referenced this issue Apr 16, 2015
- added support for Spacewalk 2.3 and Red Hat Satellite 5.7
- added support for Enterprise Linux 7 (issue #13)
@stdevel stdevel closed this as completed Apr 16, 2015
@Q-Storm
Copy link
Contributor

Q-Storm commented Dec 15, 2015

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants