Increase rootfs size for rhel7-livemedia.ks example

A 4G / is no longer large enough, increase it to 5G

Also update the example release urls to 7.4
This commit is contained in:
Brian C. Lane 2017-05-17 13:34:31 -07:00
parent 77618d27b9
commit cac3e38bcb
2 changed files with 5 additions and 5 deletions

View File

@ -3,8 +3,8 @@ sshpw --username=root --plaintext randOmStrinGhERE
# Firewall configuration
firewall --enabled --service=mdns
# Use network installation
url --url=http://repo/rhel7.0/Server/os
repo --name=optional --baseurl=http://repo/rhel7.0/Server/optional/os
url --url=http://repo/rhel7.4/Server/os
repo --name=optional --baseurl=http://repo/rhel7.4/Server/optional/os
# X Window System configuration information
xconfig --startxonboot
@ -36,7 +36,7 @@ zerombr
clearpart --all
# Disk partitioning information
part biosboot --size=1
part / --fstype="ext4" --size=4000
part / --fstype="ext4" --size=5000
part swap --size=1000
%post

View File

@ -4,8 +4,8 @@ sshpw --username=root --plaintext randOmStrinGhERE
# Firewall configuration
firewall --enabled
# Use network installation
url --url=http://repo/rhel7.0/Server/os
repo --name=optional --baseurl=http://repo/rhel7.0/Server/optional/os
url --url=http://repo/rhel7.4/Server/os
repo --name=optional --baseurl=http://repo/rhel7.4/Server/optional/os
# Root password
rootpw --plaintext removethispw