[PATCH 2/3] Require the livecd target to be larger now.

Chris Lumens clumens at redhat.com
Fri Jan 16 17:24:17 UTC 2015


This appears to be something required by the move to DNF.
---
 tests/gui/anaconda-autogui-testing.ks | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/gui/anaconda-autogui-testing.ks b/tests/gui/anaconda-autogui-testing.ks
index 56d0062..21c9348 100644
--- a/tests/gui/anaconda-autogui-testing.ks
+++ b/tests/gui/anaconda-autogui-testing.ks
@@ -10,7 +10,7 @@ rootpw qweqwe
 bootloader --location=mbr
 zerombr
 clearpart --all
-part / --fstype="ext4" --size=5000
+part / --fstype="ext4" --size=6000
 
 %post
 cat >> /etc/rc.d/init.d/livesys << EOF
-- 
2.2.1



More information about the anaconda-patches mailing list