livemedia-creator: Update example kickstarts
network line is no longer needed. zerombr is not needed, use --initlabel with clearpart
This commit is contained in:
parent
0f8deb52e2
commit
1a6a118665
@ -23,10 +23,8 @@ shutdown
|
|||||||
timezone US/Eastern
|
timezone US/Eastern
|
||||||
# System bootloader configuration
|
# System bootloader configuration
|
||||||
bootloader --disabled
|
bootloader --disabled
|
||||||
# Clear the Master Boot Record
|
|
||||||
zerombr
|
|
||||||
# Partition clearing information
|
# Partition clearing information
|
||||||
clearpart --all
|
clearpart --all --initlabel
|
||||||
# Disk partitioning information
|
# Disk partitioning information
|
||||||
part / --fstype="ext4" --size=3000
|
part / --fstype="ext4" --size=3000
|
||||||
|
|
||||||
|
@ -6,7 +6,6 @@ auth --useshadow --enablemd5
|
|||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
firewall --service=ssh
|
firewall --service=ssh
|
||||||
bootloader --location=none
|
bootloader --location=none
|
||||||
network --bootproto=dhcp --onboot=on --activate
|
|
||||||
services --enabled=network,sshd,rsyslog
|
services --enabled=network,sshd,rsyslog
|
||||||
shutdown
|
shutdown
|
||||||
|
|
||||||
@ -17,8 +16,7 @@ rootpw --plaintext removethispw
|
|||||||
# Define how large you want your rootfs to be
|
# Define how large you want your rootfs to be
|
||||||
# NOTE: S3-backed AMIs have a limit of 10G
|
# NOTE: S3-backed AMIs have a limit of 10G
|
||||||
#
|
#
|
||||||
zerombr
|
clearpart --all --initlabel
|
||||||
clearpart --all
|
|
||||||
part / --size 10000 --fstype ext4
|
part / --size 10000 --fstype ext4
|
||||||
part swap --size=512
|
part swap --size=512
|
||||||
|
|
||||||
|
@ -8,8 +8,6 @@ url --url="http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/x86_
|
|||||||
|
|
||||||
# Root password
|
# Root password
|
||||||
rootpw --plaintext removethispw
|
rootpw --plaintext removethispw
|
||||||
# Network information
|
|
||||||
network --bootproto=dhcp --onboot=on --activate
|
|
||||||
# System authorization information
|
# System authorization information
|
||||||
auth --useshadow --enablemd5
|
auth --useshadow --enablemd5
|
||||||
# System keyboard
|
# System keyboard
|
||||||
@ -26,10 +24,8 @@ shutdown
|
|||||||
timezone US/Eastern
|
timezone US/Eastern
|
||||||
# System bootloader configuration
|
# System bootloader configuration
|
||||||
bootloader --location=mbr
|
bootloader --location=mbr
|
||||||
# Clear the Master Boot Record
|
|
||||||
zerombr
|
|
||||||
# Partition clearing information
|
# Partition clearing information
|
||||||
clearpart --all
|
clearpart --all --initlabel
|
||||||
# Disk partitioning information
|
# Disk partitioning information
|
||||||
part / --fstype="ext4" --size=4000
|
part / --fstype="ext4" --size=4000
|
||||||
part swap --size=1000
|
part swap --size=1000
|
||||||
|
@ -8,8 +8,6 @@ url --url="http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/x86_
|
|||||||
|
|
||||||
# Root password
|
# Root password
|
||||||
rootpw --plaintext removethispw
|
rootpw --plaintext removethispw
|
||||||
# Network information
|
|
||||||
network --bootproto=dhcp --onboot=on --activate
|
|
||||||
# System authorization information
|
# System authorization information
|
||||||
auth --useshadow --enablemd5
|
auth --useshadow --enablemd5
|
||||||
# System keyboard
|
# System keyboard
|
||||||
@ -26,10 +24,8 @@ shutdown
|
|||||||
timezone US/Eastern
|
timezone US/Eastern
|
||||||
# System bootloader configuration
|
# System bootloader configuration
|
||||||
bootloader --location=mbr
|
bootloader --location=mbr
|
||||||
# Clear the Master Boot Record
|
|
||||||
zerombr
|
|
||||||
# Partition clearing information
|
# Partition clearing information
|
||||||
clearpart --all
|
clearpart --all --initlabel
|
||||||
# Disk partitioning information
|
# Disk partitioning information
|
||||||
part / --fstype="ext4" --size=4000
|
part / --fstype="ext4" --size=4000
|
||||||
part swap --size=1000
|
part swap --size=1000
|
||||||
|
@ -2,10 +2,8 @@
|
|||||||
lang en_US.UTF-8
|
lang en_US.UTF-8
|
||||||
keyboard us
|
keyboard us
|
||||||
timezone America/New_York
|
timezone America/New_York
|
||||||
zerombr
|
|
||||||
clearpart --all --initlabel
|
clearpart --all --initlabel
|
||||||
rootpw --plaintext atomic
|
rootpw --plaintext atomic
|
||||||
network --bootproto=dhcp --device=link --activate
|
|
||||||
|
|
||||||
# We are only able to install atomic with separate /boot partition currently
|
# We are only able to install atomic with separate /boot partition currently
|
||||||
part / --fstype="ext4" --size=6000
|
part / --fstype="ext4" --size=6000
|
||||||
|
Loading…
Reference in New Issue
Block a user