From 119efae2f9787f146aa917b36c17a0642f8958dc Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 22 Jun 2017 16:21:54 +0100 Subject: [PATCH] SoAS and LXQT: increase root fs size The installs don't quite hit on the default base image size so increase it for both spins so they will build. Signed-off-by: Peter Robinson --- fedora-arm-lxqt.ks | 2 ++ fedora-arm-soas.ks | 2 ++ 2 files changed, 4 insertions(+) diff --git a/fedora-arm-lxqt.ks b/fedora-arm-lxqt.ks index 50cf44f..0537fee 100644 --- a/fedora-arm-lxqt.ks +++ b/fedora-arm-lxqt.ks @@ -2,6 +2,8 @@ %include fedora-arm-xbase.ks %include fedora-lxqt-common.ks +part / --size=3800 --fstype ext4 --asprimary + %packages # trojita not available on non-x86 platforms -trojita diff --git a/fedora-arm-soas.ks b/fedora-arm-soas.ks index cd0af5f..17770b7 100644 --- a/fedora-arm-soas.ks +++ b/fedora-arm-soas.ks @@ -2,6 +2,8 @@ %include fedora-arm-xbase.ks %include fedora-soas-common.ks +part / --size=3300 --fstype ext4 --asprimary + %post %end