From d9ee9210ba40ea3f804a74ade2a18e1a7697ac39 Mon Sep 17 00:00:00 2001 From: Chris Murphy Date: Sep 24 2019 19:46:24 +0000 Subject: bump the root filesystem size a. pre-empt future compose failure due to running out of space b. existing l-i-t-d persistent root feature depends on the free space on this file system, right now free space is just under 650M and is a bit tight c. fairly certain free space dropping below 90% is why I'm running into https://bugzilla.redhat.com/show_bug.cgi?id=1715699 --- diff --git a/fedora-live-workstation.ks b/fedora-live-workstation.ks index 38b297c..e06c3f6 100644 --- a/fedora-live-workstation.ks +++ b/fedora-live-workstation.ks @@ -10,7 +10,7 @@ # #include snippets/packagekit-cached-metadata.ks -part / --size 6656 +part / --size 7680 %post