Commit Graph

162 Commits

Author SHA1 Message Date
Brian C. Lane
3e2b23e954 runtime-cleanup: Newer glibc installs /usr/sbin/ldconfig
Prepare for this change so that it isn't unexpectedly deleted.

Resolves: RHEL-67586
2024-11-18 09:18:37 -08:00
Brian C. Lane
94e4fa8217 runtime-cleanup: fonttosfnt no longer installed
No need to try and remove it

Resolves: RHEL-54717
2024-08-19 09:14:21 -07:00
Brian C. Lane
283f11f3e8 Use the same page args in all the per-arch templates
This updates the page args to be consistent across the per-arch
templates.

Resolves: RHEL-54535
2024-08-15 14:59:54 -07:00
Brian C. Lane
868e455f7e Remove manual /root/lorax-packages.log creation
Lorax already writes this list of installed packages when it creates the
iso. There is no need to run rpm from inside runtime-postinstall.tmpl

Resolves: RHEL-54534
2024-08-15 14:46:35 -07:00
Brian C. Lane
8c3b4e179b Remove libuser.conf
Anaconda no longer uses the library, and the config file contains
outdated settings.

Resolves: RHEL-54533
2024-08-15 14:42:40 -07:00
Brian C. Lane
663440f41f runtime-postinstall: Remove blacklist_exceptions from multipath.conf
This got synched over from Fedora, but the subsequent revert wasn't
applied.

blacklist_exceptions prevents the installed system from booting.
See https://bugzilla.redhat.com/show_bug.cgi?id=1853668 for details.

Resolves: RHEL-53779
2024-08-08 13:43:19 -07:00
Yaakov Selkowitz
111bafa157 runtime-install: Revert "Replace wget with wget2"
This reverts commit b78f09a8fd.

Resolves: RHEL-45269
2024-07-22 16:31:33 -04:00
Brian C. Lane
35fb9319ff runtime-cleanup: Fix gshadow typo
"Drop non-determinism from default templates") made
an attempt to ensure /etc/gshadow is reproducible by sorting it.
However, there was a typo causing the sorted version to be saved as
/etc/gschadow, leaving the original intact.

(from upstream lorax commit 33f1877dd6fa5659b42b89195a1795c837b89904)

Resolves: RHEL-35396
2024-07-17 15:15:36 -07:00
Brian C. Lane
e7890d37e0 runtime-install: Add redhat-release-eula
Related: RHEL-35396
2024-07-17 14:58:57 -07:00
Brian C. Lane
993255c159 kernel: Keep nvram module
ppc64le needs this, and it was present in RHEL9. See rhbz#2050878 for
background.

Resolves: RHEL-36443
2024-07-17 14:06:16 -07:00
Brian C. Lane
658cf9aec7 kernel: Keep hid-multitouch module
Needed for HP touchpads.
This was added back in RHEL8, see rhbz#1670182 for details.

Resolves: RHEL-49546
2024-07-17 14:00:21 -07:00
Jan Stodola
843a484ebc Remove xorg leftovers
Resolves: RHEL-45879
2024-07-02 14:58:34 +02:00
Brian C. Lane
0b706d6f5d firmware: Exclude installation of audio firmware
Audio is not needed on the boot.iso, and now that the firmware package
has been split up it is easier to remove specific firmware completely.

Related: RHEL-44311
2024-06-27 16:32:37 +00:00
Brian C. Lane
72e534fa7c runtime-install: Only install qcom-firmware on aarch64
This saves space on the other arches.
Based on lorax commit b81280b3e03b610ebf7a365cacab62806fca0e37

Related: RHEL-44311
2024-06-27 16:32:37 +00:00
Brian C. Lane
b2ea09edbb runtime-cleanup: Cleanup firmware moved to brcmfmac-firmware
Related: RHEL-44311
2024-06-27 16:32:37 +00:00
Brian C. Lane
a5593f69af runtime-cleanup: Cleanup firmware moved to intel-audio-firmware
Related: RHEL-44311
2024-06-27 16:32:37 +00:00
Brian C. Lane
6499af9c93 runtime-cleanup: Cleanup firmware moved to dvb-firmware
Related: RHEL-44311
2024-06-27 16:32:37 +00:00
Brian C. Lane
120187a607 runtime-cleanup: qcom firmware is now in the qcom-firmware package
Related: RHEL-44311
2024-06-27 16:32:37 +00:00
Martin Kolman
5afa80565b Drop Tiger VNC from templates
As a part of the switch to Wayland the installer
switches from VNC top RDP, which is provided by a different tool
(GNOME remote desktop). As a result, Tiger VNC is no longer needed
on the boot.iso and should be dropped from the templates.

Resolves: RHEL-38741
2024-06-27 16:29:30 +00:00
Tomas Popela
f32b22a68b Remove libvisual from runtime-cleanup as it's being removed from RHEL 10
Resolves: RHEL-39949
2024-06-04 20:16:54 +00:00
Martin Kolman
18f85d4c10 Drop libreport from templates
With libreport going away from RHEL 10,
lets remove any references to if from the
image generation templates, so that the
package can be removed from the distro.

Resolves: RHEL-39794
2024-06-03 17:36:36 +02:00
Martin Kolman
f1aa93ab07 Adjust Lorax templates for the Xorg to Wayland switch
Make sure packages and files needed for Wayland to work
are not purged at RHEL 10 boot.iso generation time.

Resolves: RHEL-38740
2024-05-27 14:49:23 +02:00
Brian C. Lane
9e8e7a745f aarch64: Replace spaces and escape characters in isolabel with '-'
Resolves: RHEL-22656
2024-05-22 15:24:11 -07:00
Brian C. Lane
9a2ec4fccf s390: Replace spaces and escape characters in isolabel with '-'
Resolves: RHEL-22658
2024-05-22 15:17:38 -07:00
Brian C. Lane
a70ed02ee7 ppc: Remove unused ppc templates and config files
Resolves: RHEL-35394
2024-05-22 15:08:53 -07:00
Brian C. Lane
a6b890afa9 Drop gdisk from the boot.iso
It is obsolete and we have better tools, like parted, to deal with GPT
disks.

Resolves: RHEL-38339
2024-05-22 14:42:22 -07:00
Michal Sekletar
f1dd33f57f Add prefixdevname to Anaconda image
Related: RHEL-30010
2024-05-22 11:24:17 +02:00
Parag Nemade
7ccc93247d
Resolves: RHEL-32728
runtime-install: Update font packages
runtime-cleanup: Update font packages
2024-04-18 13:07:02 +05:30
Brian Stinson
2a5ee65a6d Remove shim-ia32 from the installed packages since we don't produce
shim-ia32 any more.

Signed-off-by: Brian Stinson <bstinson@redhat.com>
2024-02-21 08:49:08 -06:00
Yaakov Selkowitz
b78f09a8fd Replace wget with wget2
https://fedoraproject.org/wiki/Changes/Wget2asWget
https://github.com/minimization/content-resolver-input/pull/1046
2024-01-13 22:07:35 -05:00
Stephen Gallagher
4e81f4f810 Adjust runtime-postinstall.tmpl for systemd config files move
Systemd config files were moved from /etc to /usr/lib/systemd,
so this snippet fails. Instead of editing the config file, just create
a drop-in snippet with the desired configuration.

Backported from lorax commit f38bddac3f44dc36ba5f96d997a533bbcacd6458

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2023-12-13 12:38:55 -05:00
Stephen Gallagher
999d7c0eef Remove long-replaced packages
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2023-12-13 12:32:56 -05:00
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