livemedia-creator: Update example kickstarts

This commit is contained in:
Brian C. Lane 2013-04-16 16:30:02 -07:00
parent 67863bbf03
commit b56505fc58
2 changed files with 5 additions and 4 deletions

View File

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

View File

@ -3,7 +3,7 @@ sshpw --username=root --plaintext randOmStrinGhERE
# Firewall configuration # Firewall configuration
firewall --enabled --service=mdns firewall --enabled --service=mdns
# Use network installation # Use network installation
url --url="http://dl.fedoraproject.org/pub/fedora/linux/development/18/x86_64/os/" url --url="http://dl.fedoraproject.org/pub/fedora/linux/development/19/x86_64/os/"
# X Window System configuration information # X Window System configuration information
xconfig --startxonboot xconfig --startxonboot
@ -375,7 +375,6 @@ cat /dev/null > /etc/fstab
#@printing #@printing
#@sound-and-video #@sound-and-video
anaconda anaconda
ibus-pinyin-db-android
isomd5sum isomd5sum
kernel kernel
laughlin-backgrounds-animated-gnome laughlin-backgrounds-animated-gnome
@ -386,5 +385,6 @@ nss-mdns
grub2-efi grub2-efi
grub2 grub2
shim shim
syslinux
dracut-norescue
%end %end