From f16599f583b151ffd493db36c2fe8106bd8b956a Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sat, 13 Apr 2024 08:55:04 +0300 Subject: [PATCH] Add more space DEBUG util.py:443: Unable to create appliance : Unable to install: Transaction test error: DEBUG util.py:443: installing package iwlwifi-mvm-firmware-20240312-1.fc40.noarch needs 19MB more space on the / filesystem DEBUG util.py:443: installing package libertas-firmware-20240312-1.fc40.noarch needs 20MB more space on the / filesystem DEBUG util.py:443: installing package uboot-images-riscv64-1:2024.04-1.0.riscv64.fc40.noarch needs 42MB more space on the / filesystem DEBUG util.py:443: installing package systemd-boot-unsigned-255.4-1.fc40.riscv64 needs 43MB more space on the / filesystem DEBUG util.py:443: installing package rootfiles-8.1-36.fc40.noarch needs 43MB more space on the / filesystem DEBUG util.py:443: installing package poke-vim-3.90.3-1.fc40.riscv64 needs 43MB more space on the / filesystem DEBUG util.py:443: installing package edk2-ext4-20230825-13.0.riscv64.fc38.noarch needs 43MB more space on the / filesystem DEBUG util.py:443: installing package alsa-sof-firmware-2023.12.1-1.fc40.noarch needs 49MB more space on the / filesystem DEBUG util.py:443: Error Summary DEBUG util.py:443: ------------- DEBUG util.py:443: Disk Requirements: DEBUG util.py:443: At least 49MB more space needed on the / filesystem. Signed-off-by: David Abdurachmanov --- fedora-riscv64-developer-f40.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-riscv64-developer-f40.ks b/fedora-riscv64-developer-f40.ks index a202aa6..6e29162 100644 --- a/fedora-riscv64-developer-f40.ks +++ b/fedora-riscv64-developer-f40.ks @@ -19,7 +19,7 @@ zerombr clearpart --all --initlabel --disklabel=gpt part /boot/efi --size=100 --fstype=efi part /boot --size=700 --fstype=ext4 --label=boot -part btrfs.007 --size=8000 --fstype=btrfs --grow +part btrfs.007 --size=8100 --fstype=btrfs --grow btrfs none --label=fedora btrfs.007 btrfs /home --subvol --name=home LABEL=fedora btrfs / --subvol --name=root LABEL=fedora