Commit Graph

16 Commits

Author SHA1 Message Date
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