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 <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-04-13 08:55:04 +03:00
parent e3e38917c5
commit f16599f583
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3
1 changed files with 1 additions and 1 deletions

View File

@ -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