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:
parent
879d831ffc
commit
a55fe2259a
@ -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/"
|
||||
|
||||
#
|
||||
#
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user