From ead98e05d679ede10918a5f460f2f10c0282ee5f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Jun 22 2017 15:45:35 +0000 Subject: Merge #246 `SoAS and LXQT: increase root fs size` --- 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