livemedia-creator: Update example kickstarts

network line is no longer needed.

zerombr is not needed, use --initlabel with clearpart
This commit is contained in:
Brian C. Lane 2015-05-11 17:09:04 -07:00
parent 0f8deb52e2
commit 1a6a118665
5 changed files with 4 additions and 18 deletions

View File

@ -23,10 +23,8 @@ shutdown
timezone US/Eastern
# System bootloader configuration
bootloader --disabled
# Clear the Master Boot Record
zerombr
# Partition clearing information
clearpart --all
clearpart --all --initlabel
# Disk partitioning information
part / --fstype="ext4" --size=3000

View File

@ -6,7 +6,6 @@ auth --useshadow --enablemd5
selinux --enforcing
firewall --service=ssh
bootloader --location=none
network --bootproto=dhcp --onboot=on --activate
services --enabled=network,sshd,rsyslog
shutdown
@ -17,8 +16,7 @@ rootpw --plaintext removethispw
# Define how large you want your rootfs to be
# NOTE: S3-backed AMIs have a limit of 10G
#
zerombr
clearpart --all
clearpart --all --initlabel
part / --size 10000 --fstype ext4
part swap --size=512

View File

@ -8,8 +8,6 @@ url --url="http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/x86_
# Root password
rootpw --plaintext removethispw
# Network information
network --bootproto=dhcp --onboot=on --activate
# System authorization information
auth --useshadow --enablemd5
# System keyboard
@ -26,10 +24,8 @@ shutdown
timezone US/Eastern
# System bootloader configuration
bootloader --location=mbr
# Clear the Master Boot Record
zerombr
# Partition clearing information
clearpart --all
clearpart --all --initlabel
# Disk partitioning information
part / --fstype="ext4" --size=4000
part swap --size=1000

View File

@ -8,8 +8,6 @@ url --url="http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/x86_
# Root password
rootpw --plaintext removethispw
# Network information
network --bootproto=dhcp --onboot=on --activate
# System authorization information
auth --useshadow --enablemd5
# System keyboard
@ -26,10 +24,8 @@ shutdown
timezone US/Eastern
# System bootloader configuration
bootloader --location=mbr
# Clear the Master Boot Record
zerombr
# Partition clearing information
clearpart --all
clearpart --all --initlabel
# Disk partitioning information
part / --fstype="ext4" --size=4000
part swap --size=1000

View File

@ -2,10 +2,8 @@
lang en_US.UTF-8
keyboard us
timezone America/New_York
zerombr
clearpart --all --initlabel
rootpw --plaintext atomic
network --bootproto=dhcp --device=link --activate
# We are only able to install atomic with separate /boot partition currently
part / --fstype="ext4" --size=6000