Created
January 25, 2014 09:53
-
-
Save e-minguez/8614188 to your computer and use it in GitHub Desktop.
Create kickstarteable tree in Spacewalk (via http://integratedos.blogspot.com.es/2013/04/creating-distribution-on-spacewalk.html)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir -p /var/distro-trees/CentOS-6.3-x86_64 | |
cd /var/distro-trees/CentOS-6.3-x86_64 | |
wget -e robots=off -r -nH --cut-dirs=3 --no-parent --reject "index.html*" http://centos.mirror.linuxwerk.com/6.3/os/x86_64/images/ | |
wget -e robots=off -r -nH --cut-dirs=3 --no-parent --reject "index.html*" http://centos.mirror.linuxwerk.com/6.3/os/x86_64/isolinux/ | |
wget -e robots=off -r -nH --cut-dirs=3 --no-parent --reject "index.html*" http://centos.mirror.linuxwerk.com/6.3/os/x86_64/repodata/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment