This is an automated email from the git hooks/post-receive script.
kevin pushed a commit to branch master
in repository fedora-kickstarts.
The following commit(s) were added to refs/heads/master by this push:
new 1bb4663 Bump Xfce and LXDE rootfs to fix failing images.
1bb4663 is described below
commit 1bb46639b7e184a66297feec9a7a3657b9e54ac5
Author: Paul Whalen <pwhalen(a)fedoraproject.org>
AuthorDate: Wed Oct 7 09:37:18 2020 -0400
Bump Xfce and LXDE rootfs to fix failing images.
Signed-off-by: Paul Whalen <pwhalen(a)fedoraproject.org>
---
fedora-arm-lxde.ks | 2 +-
fedora-arm-xfce.ks | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/fedora-arm-lxde.ks b/fedora-arm-lxde.ks
index 645f6fb..5cc17b1 100644
--- a/fedora-arm-lxde.ks
+++ b/fedora-arm-lxde.ks
@@ -2,7 +2,7 @@
%include fedora-arm-xbase.ks
%include fedora-lxde-common.ks
-part btrfs.007 --fstype="btrfs" --size=4100
+part btrfs.007 --fstype="btrfs" --size=4300
btrfs none --label=fedora btrfs.007
btrfs /home --subvol --name=home LABEL=fedora
btrfs / --subvol --name=root LABEL=fedora
diff --git a/fedora-arm-xfce.ks b/fedora-arm-xfce.ks
index b960ce1..ca1f4e5 100644
--- a/fedora-arm-xfce.ks
+++ b/fedora-arm-xfce.ks
@@ -2,7 +2,7 @@
%include fedora-arm-xbase.ks
%include fedora-xfce-common.ks
-part btrfs.007 --fstype="btrfs" --size=5000
+part btrfs.007 --fstype="btrfs" --size=5200
btrfs none --label=fedora btrfs.007
btrfs /home --subvol --name=home LABEL=fedora
btrfs / --subvol --name=root LABEL=fedora
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.