From cf6a9cd987577cbee3ce6838ba43dcd631af67b2 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 26 Dec 2020 14:44:37 -0800 Subject: [PATCH] Xfce arm image is out of space. For now just increase it. Signed-off-by: Kevin Fenzi --- fedora-arm-xfce.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-arm-xfce.ks b/fedora-arm-xfce.ks index ca1f4e5..51fea46 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=5200 +part btrfs.007 --fstype="btrfs" --size=6000 btrfs none --label=fedora btrfs.007 btrfs /home --subvol --name=home LABEL=fedora btrfs / --subvol --name=root LABEL=fedora