From cac3e38bcbc911da590bd8e3222243db1bc492b4 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 17 May 2017 13:34:31 -0700 Subject: [PATCH] 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 --- docs/rhel7-livemedia.ks | 6 +++--- docs/rhel7-minimal.ks | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/rhel7-livemedia.ks b/docs/rhel7-livemedia.ks index 1b3c93da..6d6ea2cc 100644 --- a/docs/rhel7-livemedia.ks +++ b/docs/rhel7-livemedia.ks @@ -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 diff --git a/docs/rhel7-minimal.ks b/docs/rhel7-minimal.ks index e954586d..cece45fe 100644 --- a/docs/rhel7-minimal.ks +++ b/docs/rhel7-minimal.ks @@ -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