livemedia-creator: Update example kickstarts

We don't need biosboot partitions, and the urls should point to rawhide.
On minimal installs dracut needs to have tar and dracut-network
explicitly included.
This commit is contained in:
Brian C. Lane 2015-01-14 17:14:49 -08:00
parent 879d831ffc
commit a55fe2259a
4 changed files with 13 additions and 7 deletions

View File

@ -19,13 +19,12 @@ rootpw --plaintext removethispw
#
zerombr
clearpart --all
part / --size 10000 --fstype ext4 --ondisk sda
part biosboot --size=1
part / --size 10000 --fstype ext4
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/development/rawhide/x86_64/os/"
#
#

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/20/x86_64/os/"
url --url="http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/x86_64/os/"
# X Window System configuration information
xconfig --startxonboot
@ -34,7 +34,6 @@ zerombr
# Partition clearing information
clearpart --all
# Disk partitioning information
part biosboot --size=1
part / --fstype="ext4" --size=4000
part swap --size=1000

View File

@ -4,7 +4,7 @@ sshpw --username=root --plaintext randOmStrinGhERE
# Firewall configuration
firewall --enabled
# Use network installation
url --url="http://dl.fedoraproject.org/pub/fedora/linux/development/20/x86_64/os/"
url --url="http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/x86_64/os/"
# Root password
rootpw --plaintext removethispw
@ -48,4 +48,8 @@ grub2
shim
syslinux
-dracut-config-rescue
# dracut needs these included
dracut-network
tar
%end

View File

@ -4,7 +4,7 @@ sshpw --username=root --plaintext randOmStrinGhERE
# Firewall configuration
firewall --enabled
# Use network installation
url --url="http://dl.fedoraproject.org/pub/fedora/linux/development/20/x86_64/os/"
url --url="http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/x86_64/os/"
# Root password
rootpw --plaintext removethispw
@ -48,6 +48,10 @@ grub2
shim
syslinux
-dracut-config-rescue
# dracut needs these included
dracut-network
tar
%end
#