Commit Graph

254 Commits

Author SHA1 Message Date
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
00cd494600 - rsyslog.conf: Set WorkDirectory to /var/lib/rsyslog (bcl)
Resolves: rhbz#2160070
2023-01-11 11:05:22 -08: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
b1efe2d576 - On ppc64le Use core.elf from grub2 package (bcl)
Resolves: rhbz#2143422
2022-11-28 15:37:22 -08: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
Stephen Gallagher
57591c33c6
Sync from Fedora
Commit (502cc01d9a8a8c6626e83ff7ea7f7853cce92df5)
Drop 32-bit ARM and x86 support
Drop anaconda auditd replacement
Update kdump addon package name

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-10-18 16:14:21 -04: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
d6a926b9d9
New release lorax-templates-rhel-10.0-19 2022-09-15 09:04:22 -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
3a5fda9f89
Add virtual Provides: lorax-templates
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-06-23 12:43:45 -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
Stephen Gallagher
b2c3aae647
Pull in the latest changes from Fedora
Use grub2 instead of syslinux for all x86 systems
2022-06-16 17:36:34 -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
a83273ce98
Exclude python-virt-firmware from installpkg
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-06-16 13:46:07 -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
5f71f3ec83
Add release-merge make target
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-04-07 10:58:49 -04:00
Stephen Gallagher
81ee746e12
Merge remote-tracking branch 'cs/c9s' into eln 2022-04-07 10:33:33 -04:00
Brian C. Lane
8bec248824 - Makefile: Making it easier to create releases (bcl)
Related: rhbz#2071074
- runtime-postinstall: Remove machine specific nvme files (bcl)
  Resolves: rhbz#2071074
2022-04-05 10:15:44 -07:00
Brian C. Lane
63d7f7ca04 Makefile: Making it easier to create releases
Related: rhbz#2071074
2022-04-05 10:15:44 -07: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
b4555e602e - Restore missing packages (bcl)
Resolves: rhbz#2056086
2022-02-24 11:27:50 -08: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
490edc4033 - Keep nvram kernel module (bcl)
Resolves: rhbz#2050878
2022-02-04 14:42:59 -08:00
Brian C. Lane
d39414517d Keep nvram kernel module
Resolves: rhbz#2050878
2022-02-04 14:39:50 -08:00
Stephen Gallagher
e9007d6cfc
Upload source tarball
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-01-27 08:45:27 -05:00
Stephen Gallagher
745d61af28
Re-sync from CentOS Stream 9
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-01-26 17:02:59 -05:00
Stephen Gallagher
bf0a8bcac8
Merge remote-tracking branch 'cs/c9s' into eln 2022-01-26 17:00:50 -05:00
Brian C. Lane
362ac9f961 - Fix missing generic.ins on s390x (bcl)
Resolves: rhbz#2044448
2022-01-25 09:29:28 -08: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
1872fdc575 - Do not install rng-tools (bcl)
Resolves: rhbz#2028720
- Revert "Add inst.rngd cmdline option" (bcl)
  Related: rhbz#2028720
2022-01-13 11:45:52 -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
2b2920673d - Add .discinfo on all arches (bcl)
Resolves: rhbz#2030008
- Add inst.rngd cmdline option (bcl)
  Resolves: rhbz#2028720
2022-01-12 11:47:43 -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