Commit Graph

20 Commits

Author SHA1 Message Date
David Abdurachmanov 66d0e4d3ed
Try to reduce even more
Minimal and Minimal Experimental works, but Developer still fails.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2024-04-13 13:25:35 +03:00
David Abdurachmanov 2f15299f5d
Try to keep old size, but reduce packages
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2024-04-13 08:59:07 +03:00
David Abdurachmanov f16599f583
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>
2024-04-13 08:55:04 +03:00
David Abdurachmanov e3e38917c5
Make it smaller again
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2024-04-13 07:17:54 +03:00
David Abdurachmanov 65fc1bd4b3
Reduce even more
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2024-04-12 21:23:20 +03:00
David Abdurachmanov d6ebb1e738
Go even smaller
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2024-04-12 19:15:57 +03:00
David Abdurachmanov f464a1ae9a
Reduce more
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2024-04-12 17:17:55 +03:00
David Abdurachmanov 78a1865d62
Lower disk size
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2024-04-12 17:10:11 +03:00
David Abdurachmanov 94194447ee
Increase disk size
DEBUG util.py:444:  Error Summary
DEBUG util.py:444:  -------------
DEBUG util.py:444:  Disk Requirements:
DEBUG util.py:444:     At least 49MB more space needed on the / filesystem.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2024-04-12 15:09:35 +03:00
David Abdurachmanov 621db528f1
Remove deprecated package.
This is no longer available with podman 5.0.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2024-04-12 14:45:05 +03:00
David Abdurachmanov 3822bf1ca2
Add Kiwi NG
We might use this for next-gen tooling for new disk image generation.
Fedora Asahi and Cloud images already use it.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2024-04-12 13:56:07 +03:00
David Abdurachmanov 98962c7167
Add more EFI/EDK2/UKI related tools
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2024-04-12 13:54:28 +03:00
Andrea Bolognani 5d40792dd6 Remove trailing whitespace
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
2024-04-09 19:29:31 +02:00
Andrea Bolognani e48413ad03 Install growpart
It's a tiny tool that's extremely useful to have in the image,
as the first thing that anyone will likely want to do after
booting it is to expand the installation to cover the entire
disk.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
2024-04-09 19:29:31 +02:00
Andrea Bolognani 830392708b Install grub2 modules
The bootloader is fairly useless on its own.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
2024-04-09 19:29:31 +02:00
Andrea Bolognani 85e99a468d Install passwd explicitly
It currently gets dragged in by some other package included in
the developer image, but that's not the case for the minimal
image that we're about to reintroduce.

Either way, since we use the command as part of %post, we
shouldn't be relying on an indirect dependency.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
2024-04-09 19:28:55 +02:00
Andrea Bolognani 18b4bc146f Don't try to disable modular repositories
They no longer exist, so attempting to disable them results
in an error:

  Error: No matching repo to modify: rawhide-modular,
  updates-modular, updates-testing-modular, fedora-modular.

As a consequence, no repository is disabled, so dnf will not
work out of the box.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
2024-04-09 19:04:28 +02:00
David Abdurachmanov 20c827217b
Do not install valgrind and s390utils
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2024-03-23 10:25:43 +02:00
David Abdurachmanov 9df3d9d541
Remove rpmautospec-rpm-macros
It was added to redhat-rpm-config 264.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2024-03-22 19:18:02 +02:00
David Abdurachmanov b20a67c31d
Add F40 KS
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2024-03-22 13:51:35 +02:00