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:
parent
77618d27b9
commit
cac3e38bcb
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user