From 15f0a6b253e7ed7d352057795a0b67a2e95e5964 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Wed, 17 Jun 2020 08:35:54 +0200 Subject: [PATCH] fedora-arm-minimal: increase root partition size The image creation currently silently fails on Fedora 33 because the kernel scriptlet is unable to create the initramfs: cp: error writing '/var/tmp/dracut.SqTiPj/initramfs/lib/libbrotlicommon.so.1.0.7': No space left on device dracut-install: ERROR: failed to install '/lib/libbrotlicommon.so.1' for '/var/tmp/dracut.SqTiPj/initramfs/usr/sbin/rngd' ... I'm not entirely sure how much space is actually needed. Hopefully not more than 100M though. --- fedora-arm-minimal.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-arm-minimal.ks b/fedora-arm-minimal.ks index 16cb0bc..f15e03f 100644 --- a/fedora-arm-minimal.ks +++ b/fedora-arm-minimal.ks @@ -1,7 +1,7 @@ %include fedora-arm-base.ks %include fedora-minimal-common.ks -part / --size=1400 --fstype ext4 +part / --size=1500 --fstype ext4 %packages -xkeyboard-config