Commit Graph

130 Commits

Author SHA1 Message Date
Adam Williamson
872e5066d1 runtime-install: install dosfstools to fix UEFI install
This is following
d0ce83327c
from upstream, but trimmed down to just dosfstools as EL seems
very tight about which packages to include. We can add any of
the others that should be included, if anyone knows which those
should be. The relevant udisks2 change is
92fceb0c5d
 - we can no longer rely on any package that udisks2 previously
Required to be in the installer environment.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2023-09-11 09:26:39 -04:00
Yaakov Selkowitz
32908cec63 Drop packages not in RHEL 2023-08-16 16:16:47 -04:00
Stephen Gallagher
5e436664e3 Fix typo in patch for rsvg-pixbuf-loaders
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2023-07-25 09:21:32 -04:00
Adam Williamson
832bbd1740 Install rsvg-pixbuf-loaders to the install environment
See https://github.com/weldr/lorax/pull/1334 .
2023-07-24 09:15:09 -07:00
Stephen Gallagher
419e19c15b
Drop pcmciautils
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2023-06-09 21:20:02 -04:00
Stephen Gallagher
ff5ea74e99
Drop vconfig
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2023-06-09 17:18:12 -04:00
Stephen Gallagher
7712c39819
Drop nano-default-editor and dump
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2023-06-09 16:48:56 -04:00
Stephen Gallagher
02c248c9c4
Drop bridge-utils
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2023-06-09 16:22:12 -04:00
Stephen Gallagher
a98e014c52
Drop system-storage-manager
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2023-06-09 15:47:12 -04:00
Stephen Gallagher
8137a1b583
Drop jfs-utils 2023-06-09 15:11:32 -04:00
Stephen Gallagher
c4779a2201
Drop uboot-tools
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2023-06-09 13:58:29 -04:00
Stephen Gallagher
13989eaf4a
Drop b43-openfwwf
Not available on ELN

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2023-06-09 10:28:51 -04:00
Stephen Gallagher
6b75ec9ab0
Re-sync from Fedora
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2023-06-09 09:26:14 -04:00
Brian C. Lane
4dd5215ffe
On ppc64le Use core.elf from grub2 package
grub2 1:2.06-67 now ships a signed core.elf that includes all the needed
modules, use that instead of making an unsigned one.
2023-06-09 08:26:48 -04:00
Akira TAGOH
6e88042d9d
Reflect fonts packages from comps
Add lohit-marathi-fonts for Marathi.

Replace kacst-*-fonts with paktype-naskh-basic-fonts for Urdu,
for Arabic, we use dejavu-sans-fonts.

Replace lklug-fonts with google-noto-sans-sinhala-vf-fonts for Sinhala.

Replace lohit-gurmukhi-fonts with google-noto-sans-gurmukhi-fonts for Gurmukhi.

Cherry-picked from lorax 7d7d158399e7af6b8e681b361cca10fbb94156b6
2023-06-08 08:58:51 -04:00
Peng Wu
2d3aaf656a
Update for Noto CJK Variable Fonts
https://fedoraproject.org/wiki/Changes/Noto_CJK_Variable_Fonts
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2023-03-27 08:35:33 -04:00
Adam Williamson
5afe3712cc
Strip some things from gtk4
gtk4 is now getting sucked into installer images because mutter
depends on it (since 44-beta). Strip some stuff the installer
env currently doesn't need. The /usr/bin/* removal may not be
safe long-term, but it should be OK for now.

Signed-off-by: Adam Williamson <awilliam@redhat.com>

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2023-02-17 15:13:44 -05:00
Stephen Gallagher
b275f3634e
Merge remote-tracking branch 'cs/c9s' into eln 2023-02-17 13:47:13 -05:00
Brian C. Lane
7c7a07ce37 rsyslog.conf: Set WorkDirectory to /var/lib/rsyslog
Without this set rsyslogd will try to use / for things like
/imjournal.state.tmp, which will fail due to SELinux.

This also replaces the deprecated '~' discard action with 'stop'.

Resolves: rhbz#2160070
2023-01-11 09:59:45 -08:00
Stephen Gallagher
7683ec1342
Merge remote-tracking branch 'cs/c9s' into eln 2022-12-14 12:01:09 -05:00
Brian C. Lane
9f73f60a21 On ppc64le Use core.elf from grub2 package
grub2 1:2.06-51 now ships a signed core.elf that includes all the needed
modules, use that instead of making an unsigned one.

Resolves: rhbz#2143422
2022-11-28 15:18:09 -08:00
Vladimir Slavik
ee9ca086fc
Update kdump addon package name
It was pulled in via provides which is not well findable.

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-10-18 16:09:28 -04:00
Vladimir Slavik
ab80801921
Drop anaconda auditd replacement
This means: Keep all things from the audit package as-is, do not erase or
overwrite.

Previously:
- clean up most things audit in the template
- install a custom replacement for auditd from the anaconda packages
- in anaconda, run the replacement manually

Now:
- keep audit things as they are
- do not install the custom replacement
- in anaconda, run "auditctl -e 0" instead of the custom binary

Overall goals remain the same and met:
- keep boot.iso small: this adds +200 KiB-ish
- do not run auditd to lower runtime memory requirements: still ok
- do not spam journal/syslog with audit messages: still ok

Note: Most audit messages come from dracut, where it is not turned off
anyway.

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-10-18 16:07:19 -04:00
Adam Williamson
64ec079347
Drop 32-bit ARM and x86 support
We don't build 32-bit ARM or x86 images in Fedora any more (we
stopped doing x86 images after F30, we are no longer doing 32-bit
ARM images after F36). So we can drop all of this stuff from
master branch at least.

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-10-18 16:05:04 -04:00
Stephen Gallagher
cbfd02b1f7
Rename sil-scheherazade-new-fonts
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-09-14 15:00:02 -04:00
Stephen Gallagher
2f884875d3
Complete dropping of isolinux
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-06-17 15:38:39 -04:00
Stephen Gallagher
90ba19e811
Fix typo
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-06-16 19:35:29 -04:00
Brian C. Lane
c6e52ce532
templates: Set @ISOLABEL@ in the bios-grub.cfg file to the isolabel 2022-06-16 17:31:07 -04:00
Brian C. Lane
2e676d1293
Add grub2 BIOS boot support to live iso template 2022-06-16 17:28:00 -04:00
Brian C. Lane
46ff4359f9
Drop grafting variables
Just add them to the xorrisofs command, the order of the arguments is
interleaved and trying to assemble it from variables just makes it more
confusing.
2022-06-16 17:19:37 -04:00
Brian C. Lane
3ec83abf28
Drop macboot.img and simplify efiboot.img use
Apple hardware doesn't need the macboot.img to boot, efiboot.img is not
needed in the filesystem so do not graft it into it.

Remove macboot.img and apple specific EFI support
2022-06-16 17:19:19 -04:00
Brian C. Lane
12c0368018
Add grub2 BIOS boot support
This adds support for BIOS booting using grub2. The bios config file and
grub2 modules are under /boot/grub2/

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-06-16 17:19:19 -04:00
Brian C. Lane
d554033dc9
Remove syslinux support
syslinux is unsupported and is going to be removed from Fedora. This
removes it and all of its configuration files from the templates.

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-06-16 16:40:08 -04:00
Stephen Gallagher
b02d42fee1
Exclude python-virt-firmware
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-06-16 13:42:05 -04:00
Stephen Gallagher
81ee746e12
Merge remote-tracking branch 'cs/c9s' into eln 2022-04-07 10:33:33 -04:00
Brian C. Lane
1f69df73fa runtime-postinstall: Remove machine specific nvme files
These need to be created on the installed system, and should not be
included in the image.

Resolves: rhbz#2071074
2022-04-01 11:20:12 -07:00
Stephen Gallagher
d22690147a
Don't install RHEL packages missing from ELN
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-03-08 15:04:48 -05:00
Vendula Poncova
c49a92e18a
Don't move the restart-anaconda file
The file will be no longer provided by Anaconda.

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-03-08 12:21:21 -05:00
Stephen Gallagher
9054ed9934
Merge remote-tracking branch 'cs/c9s' into eln 2022-03-08 12:18:16 -05:00
Brian C. Lane
cd974309fa Restore missing packages
These were commented out early in the RHEL9 Alpha import process and
should be included in the boot.iso

nmap-ncat
redhat-release-eula
libreport-rhel-anaconda-bugzilla

Resolves: rhbz#2056086
2022-02-23 14:28:13 -08:00
Stephen Gallagher
04461d9055
Update to new Malaysian font
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-02-07 11:01:09 -05:00
Stephen Gallagher
533b553749
Merge remote-tracking branch 'cs/c9s' into eln 2022-02-07 10:55:45 -05:00
Brian C. Lane
d39414517d Keep nvram kernel module
Resolves: rhbz#2050878
2022-02-04 14:39:50 -08:00
Stephen Gallagher
bf0a8bcac8
Merge remote-tracking branch 'cs/c9s' into eln 2022-01-26 17:00:50 -05:00
Brian C. Lane
5fdb8a4ba7 Fix missing generic.ins on s390x
commit 0c4e1955ee accidentally dropped the
generic.ins file from the iso. This restores that graft point to the
xorrisofs call.

Resolves: rhbz#2044448
2022-01-25 09:25:39 -08:00
Brian C. Lane
849a2b9a20 Do not install rng-tools
Running rngd can slow down the boot in some situations. All current
arches in RHEL support better entropy gathering so this is no longer
needed.

Resolves: rhbz#2028720
2022-01-13 10:45:26 -08:00
Brian C. Lane
b403f2d774 Revert "Add inst.rngd cmdline option"
This reverts commit 09acfd978e.

rngd is installed in the initrd by dracut, and unconditionally started,
so this won't fix rngd slowdowns in the initrd.

Related: rhbz#2028720
2022-01-13 10:43:27 -08:00
Brian C. Lane
7f8955e9ab Add .discinfo on all arches
It was previously added to s390x and ppc64le, this adds it for aarch64,
ppc, and x86 images.

Resolves: rhbz#2030008
2022-01-12 11:25:48 -08:00
Brian C. Lane
09acfd978e Add inst.rngd cmdline option
rngd should no long be needed, recent kernels have enough entropy out of
the box. This leaves it in the boot.iso but only enables it if inst.rngd
is passed on the kernel cmdline.

Resolves: rhbz#2028720
2022-01-12 10:45:37 -08:00
Brian C. Lane
35896636df Drop ia32 uefi package installation
32bit uefi installations are not supported.

Resolves: rhbz#2038397
2022-01-11 11:16:48 -08:00