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 configuration
firewall --enabled --service=mdns firewall --enabled --service=mdns
# Use network installation # Use network installation
url --url=http://repo/rhel7.0/Server/os url --url=http://repo/rhel7.4/Server/os
repo --name=optional --baseurl=http://repo/rhel7.0/Server/optional/os repo --name=optional --baseurl=http://repo/rhel7.4/Server/optional/os
# X Window System configuration information # X Window System configuration information
xconfig --startxonboot xconfig --startxonboot
@ -36,7 +36,7 @@ zerombr
clearpart --all clearpart --all
# Disk partitioning information # Disk partitioning information
part biosboot --size=1 part biosboot --size=1
part / --fstype="ext4" --size=4000 part / --fstype="ext4" --size=5000
part swap --size=1000 part swap --size=1000
%post %post

View File

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