Update example kickstarts for F19 release

This commit is contained in:
Brian C. Lane 2013-08-13 17:12:27 -07:00
parent 214e4da39e
commit 4e1ef65b33
2 changed files with 4 additions and 2 deletions

View File

@ -25,7 +25,7 @@ part swap --size=512
#
# Repositories
url --url="http://dl.fedoraproject.org/pub/fedora/linux/development/19/x86_64/os/"
url --url="http://dl.fedoraproject.org/pub/fedora/linux/releases/19/Everything/x86_64/os/"
#
#
@ -65,6 +65,7 @@ cloud-init
grub
dracut-norescue
dracut-nohostonly
%end
# more ec2-ify

View File

@ -3,7 +3,7 @@ sshpw --username=root --plaintext randOmStrinGhERE
# Firewall configuration
firewall --enabled --service=mdns
# Use network installation
url --url="http://dl.fedoraproject.org/pub/fedora/linux/development/19/x86_64/os/"
url --url="http://dl.fedoraproject.org/pub/fedora/linux/releases/19/Everything/x86_64/os/"
# X Window System configuration information
xconfig --startxonboot
@ -387,4 +387,5 @@ grub2
shim
syslinux
dracut-norescue
dracut-nohostonly
%end