From d6d24e851b5a64c869cdca2d51e20a95b3143385 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 21 Nov 2023 19:21:40 +0100 Subject: [PATCH] Increase generated boot.iso rootfs size to 5 GB --- dockerfile/anaconda-iso-creator/lorax-build | 1 + 1 file changed, 1 insertion(+) diff --git a/dockerfile/anaconda-iso-creator/lorax-build b/dockerfile/anaconda-iso-creator/lorax-build index 8deb0affb86b..214607b8fda9 100755 --- a/dockerfile/anaconda-iso-creator/lorax-build +++ b/dockerfile/anaconda-iso-creator/lorax-build @@ -42,6 +42,7 @@ createrepo_c $REPO_DIR # The --volid argument can cause different network interface naming: https://github.com/rhinstaller/kickstart-tests/issues/448 lorax -p Fedora -v "$VERSION_ID" -r "$VERSION_ID" \ --volid Fedora-S-dvd-x86_64-rawh \ + --rootfs-size 5 \ -s http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/ \ -s file://$REPO_DIR/ \ "$@" \