From 06a242aa0aa6668e14fc1ecb1256e2724cee7835 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 14 May 2020 11:59:25 -0700 Subject: [PATCH] rhel7-livemedia: Increase the rootfilesystem size In some cases a livemedia-creator run doesn't have enough space to install all the packages. Increase the size by 500M to increase the chances of this working with the defaults. Resolves: rhbz#1829204 --- docs/rhel7-livemedia.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rhel7-livemedia.ks b/docs/rhel7-livemedia.ks index cb1fbbe5..c4ce92ba 100644 --- a/docs/rhel7-livemedia.ks +++ b/docs/rhel7-livemedia.ks @@ -37,7 +37,7 @@ clearpart --all # Disk partitioning information reqpart part biosboot --size=1 -part / --fstype="ext4" --size=5000 +part / --fstype="ext4" --size=5500 part swap --size=1000 %post