Previously the default was to just boot the media, this makes it
consistent with the other architectures and defaults to testing the
media before booting.
Resolves: RHEL-93170
In RHEL10 it will no longer be possible to switch a system to FIPS mode
after installation so we are adding a boot.iso menu entry for FIPS to
make this easier.
This commit adds the same menu to RHEL9 so that there is consistency
between the releases.
Resolves: RHEL-91930
The release version should really track the release, but has been
neglected. Also fix the rpm comment that these are the templates for
RHEL9 not 8.
Related: RHEL-69011
Prepare for this change so that it isn't unexpectedly deleted.
Also clean up some removal entries for files that are no longer
installed.
Resolves: RHEL-69011
The tmt systems have a number of extra repos installed, and they can
cause package selection conflicts with baseos and appstream. Exclude
them from the list passed to lorax for building the test boot.iso
Related: RHEL-28654
This commit switches to using the rewritten config file from the
upstream templates. This fixes the problem with writing the state file
to the workDirectory and uses modern syntax.
Resolves: RHEL-28654
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
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
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
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
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
scp in openssh 8.7 will change to use sftp protocol. See
https://github.com/openssh/openssh-portable/pull/194 for details.
This enables the sshd internal-sftp implementation so that newer scp
versions will continue to work as expected. Note that the sshd service
is only running during the installation if inst.sshd is passed on the
kernel cmdline.
Resolves: rhbz#2035049
nomodeset no long does anything helpful, and inst.text doesn't make sense
with a live image so drop the menu from the live image.
Related: rhbz#1961092