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

View File

@ -4,7 +4,7 @@ sshpw --username=root --plaintext randOmStrinGhERE
# Firewall configuration # Firewall configuration
firewall --enabled firewall --enabled
# Use network installation # 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 # Root password
rootpw --plaintext removethispw rootpw --plaintext removethispw
@ -48,4 +48,8 @@ grub2
shim shim
syslinux syslinux
-dracut-config-rescue -dracut-config-rescue
# dracut needs these included
dracut-network
tar
%end %end

View File

@ -4,7 +4,7 @@ sshpw --username=root --plaintext randOmStrinGhERE
# Firewall configuration # Firewall configuration
firewall --enabled firewall --enabled
# Use network installation # 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 # Root password
rootpw --plaintext removethispw rootpw --plaintext removethispw
@ -48,6 +48,10 @@ grub2
shim shim
syslinux syslinux
-dracut-config-rescue -dracut-config-rescue
# dracut needs these included
dracut-network
tar
%end %end
# #