From e118cc3dd453c7c83bee131cefa8e40019d7fc46 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 2 May 2024 11:26:46 +0200 Subject: [PATCH] composite/factory: bump to 4G due to unknown ZFS size requirement "change" 3G are enough for UFS but ZFS fails while installibg packages. This brings it back to working order and that's good enough. --- composite/factory.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composite/factory.sh b/composite/factory.sh index 0922b6d..82f9bec 100644 --- a/composite/factory.sh +++ b/composite/factory.sh @@ -48,4 +48,4 @@ if [ -n "${PRODUCT_ZFS}" ]; then FS=zfs fi -make vm-raw,3G,never,serial compress-vm VERSION=${COREFILE##*-}-${FS} +make vm-raw,4G,never,serial compress-vm VERSION=${COREFILE##*-}-${FS}