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
7cdff9d315
- Drop ia32 uefi package installation (bcl)
...
Resolves: rhbz#2038397
- Enable sftp when using inst.sshd (bcl)
Resolves: rhbz#2035049
2022-01-11 11:46:27 -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
Brian C. Lane
f7930e11e7
Enable sftp when using inst.sshd
...
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
2022-01-11 11:16:48 -08:00
Brian C. Lane
f4352f8be1
- Drop ppc 32 bit support from grub template for live iso (bcl)
...
Resolves: rhbz#2017175
2021-11-01 10:24:13 -07:00
Brian C. Lane
771b7237ab
Drop ppc 32 bit support from grub template for live iso
...
It wasn't working right, and we don't support 32 bit anyway, so update
to match non-live grub template with 64 bit only.
Resolves: rhbz#2017175
2021-11-01 10:18:52 -07:00
Brian C. Lane
ee801c1e65
- Switch to using xorrisofs instead of mkisofs (bcl)
...
Resolves: rhbz#2017134
2021-10-27 14:19:54 -07:00
Brian C. Lane
0c4e1955ee
Switch to using xorrisofs instead of mkisofs
...
We have already been using it via the mkisofs compatibility mode. Switch
to using it explicitly.
Resolves: rhbz#2017134
2021-10-26 14:18:37 -07:00
Brian C. Lane
efb4782908
Add rhel-9 to gating.yaml
2021-10-26 10:31:26 -07:00
Brian C. Lane
cbdfbd39d9
- templates: Change nomodeset / basic graphics to use inst.text (bcl)
...
Resolves: rhbz#1961092
- templates: Drop nomodeset / basic graphics menu from live configs (bcl)
Related: rhbz#1961092
2021-10-21 10:37:13 -07:00
Brian C. Lane
4396864fdd
templates: Change nomodeset / basic graphics to use inst.text
...
nomodeset no longer does anything helpful, so switch to booting in text
mode in the Troubleshooting menu.
Resolves: rhbz#1961092
2021-10-19 10:40:48 -07:00
Brian C. Lane
10631c540c
templates: Drop nomodeset / basic graphics menu from live configs
...
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
2021-10-19 10:40:06 -07:00
Brian C. Lane
bd0b9636c8
- runtime-cleanup: Remove dropped packages from template (bcl)
...
Resolves: rhbz#1991006
- Install nvme-cli tool (bcl)
Resolves: rhbz#2010254
- sshd_config: Update sshd options (bcl)
Resolves: rhbz#2007288
2021-10-06 10:03:36 -07:00
Brian C. Lane
f457a3c5cf
runtime-cleanup: Remove dropped packages from template
...
cdparanoia and genisoimage have been dropped from the release so they do
not need to be removed in the cleanup template.
Resolves: rhbz#1991006
2021-10-06 09:54:38 -07:00
Brian C. Lane
7ad61be29c
Install nvme-cli tool
...
Resolves: rhbz#2010254
2021-10-06 09:54:38 -07:00
Brian C. Lane
87b0ef106d
sshd_config: Update sshd options
...
Remove options that are the default, and set 'PrintMotd no' because that
is now handled by pam.
Resolves: rhbz#2007288
2021-10-06 09:54:38 -07:00
Brian C. Lane
28b3a84c98
- Install unicode.pf2 from new directory
...
Related: rhbz#2003030
2021-09-29 14:06:16 -07:00
Brian C. Lane
ea0196dacc
Install unicode.pf2 from new directory
...
grub2-2.06-3 changes where the unicode.pf2 font file is stored.
This changes the efi.tmpl to install it from the new location, which
means that it depends on grub2-2.06-3, but there is no way to express
this in the runtime-install.tmpl so if you see a failure like:
2021-07-08 16:10:05,586: OSError: nothing matching /var/tmp/lorax/lorax.t80f74er/installroot/boot/grub2/fonts/unicode.pf2 in /
It means the new version of grub2 wasn't in the repos you used when
running lorax.
Related: rhbz#2003030
2021-09-29 14:06:05 -07:00
Mohan Boddu
134bb3027b
Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
...
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-09 22:02:54 +00:00
Brian C. Lane
98c58df58f
- runtime-postinstall: Move configuration of NM default autoconnections to Anaconda (rvykydal)
...
Related: rhbz#1978264
2021-07-22 14:19:26 -07:00
Radek Vykydal
0adb331cb4
runtime-postinstall: Move configuration of NM default autoconnections to Anaconda
...
The configuration will be created dynamically by Anaconda service
running before NM.
Related: rhbz#1978264
2021-07-21 16:26:43 +02:00
Brian C. Lane
45ae099ffc
- runtime-install: Include Xorg and tigervnc on s390x for local GUI installation on KVM
...
Resolves: rhbz#1983688
2021-07-19 11:03:23 -07:00
Brian C. Lane
0a14fa46ef
runtime-install: Include Xorg and tigervnc on s390x for local GUI installation on KVM
...
Resolves: rhbz#1983688
2021-07-19 10:59:41 -07:00
Brian C. Lane
9ae75f1c81
- runtime-install: Remove gfs2-utils (bcl)
...
Resolves: rhbz#1975378
2021-06-23 09:03:28 -07:00
Brian C. Lane
a0cd6f8f82
runtime-install: Remove gfs2-utils
...
It is not needed on the installer media. Also remove references from
runtime-cleanup.tmpl
Resolves: rhbz#1975378
2021-06-23 08:59:04 -07:00
Brian C. Lane
ec4c1c00f3
runtime-cleanup: libvorbis is still pulled in by dependencies
...
rvykydal pointed out that libvorbis is still pulled in via gnome-kiosk
dependencies so keep the removefrom line and update the comment.
Related: rhbz#1961099
2021-05-20 10:20:42 -07:00
Brian C. Lane
203a4b19bb
- Replace metacity with gnome-kiosk (bcl)
...
Resolves: rhbz#1961099
2021-05-19 09:49:10 -07:00
Brian C. Lane
bd32471999
Replace metacity with gnome-kiosk
...
Resolves: rhbz#1961099
2021-05-19 09:35:21 -07:00
Brian C. Lane
93af2de1c5
- runtime-cleanup: branding.logos includes the full package name (bcl)
...
Resolves: rhbz#1956205
2021-05-12 10:00:35 -07:00
Brian C. Lane
af0897221d
runtime-cleanup: branding.logos includes the full package name
...
so drop the -logos left over from using product.name
Resolves: rhbz#1956205
2021-05-10 16:45:54 -07:00
Brian C. Lane
1c637a1cfe
- runtime-install: Install ipcalc (bcl)
...
Resolves: rhbz#1959130
- runtime-install: Install prefixdevname (bcl)
Resolves: rhbz#1958173
2021-05-10 15:57:38 -07:00
Brian C. Lane
9eb7ebfa87
runtime-install: Install ipcalc
...
Resolves: rhbz#1959130
2021-05-10 15:31:03 -07:00
Brian C. Lane
bd89c8d325
runtime-install: Install prefixdevname
...
Resolves: rhbz#1958173
2021-05-10 11:13:55 -07:00
Brian C. Lane
7572ab5101
- Fix required lorax version for branding change (bcl)
...
Related: rhbz#1956205
2021-05-07 09:27:42 -07:00
Brian C. Lane
9bb3a59937
- runtime-cleanup: Use branding package name instead of product.name (bcl)
...
Resolves: rhbz#1956205
- tests: Update gating test iso name to rhel 9 (bcl)
- runtime-cleanup: Remove dump from cleanup (bcl)
Related: rhbz#1931762
2021-05-05 12:13:42 -07:00
Brian C. Lane
91133f1b20
runtime-cleanup: Use branding package name instead of product.name
...
This requires a new version of lorax, 34.9.1 or later.
Resolves: rhbz#1956205
2021-05-05 12:05:23 -07:00
Brian C. Lane
bd59be9cf7
tests: Update gating test iso name to rhel 9
...
Related: rhbz#1931762
2021-05-03 15:06:33 -07:00
Brian C. Lane
211225c717
runtime-cleanup: Remove dump from cleanup
...
Related: rhbz#1931762
2021-05-03 14:24:18 -07:00
Brian C. Lane
2643a36f78
- runtime-cleanup: Remove mcpp and libmcpp cleanup (bcl)
...
Resolves: rhbz#1955429
- Revert "Remove spice-vdagent" (bcl)
Resolves: rhbz#1945898
2021-05-03 09:55:02 -07:00
Brian C. Lane
e95b9c4556
runtime-cleanup: Remove mcpp and libmcpp cleanup
...
These are no longer being pulled into the boot.iso by xorg-x11-server-utils
Resolves: rhbz#1955429
2021-05-03 09:39:01 -07:00
Brian C. Lane
fd5fb4ced5
Revert "Remove spice-vdagent"
...
This reverts commit d83b862d45
.
We have decided to keep spice-vdagent in the boot.iso
Resolves: rhbz#1945898
2021-04-30 13:44:30 -07:00
Mohan Boddu
9cc2fdf338
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
...
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-04-16 01:53:43 +00:00
Josh Boyer
9bf66b9673
Remove spice-vdagent
...
Resovles: rhbz#1945898
2021-04-05 09:40:56 -04:00
Josh Boyer
d83b862d45
Remove spice-vdagent
...
Resolves: rhbz#1945898
Signed-off-by: Josh Boyer <jwboyer@redhat.com>
2021-04-05 09:34:46 -04:00
Brian C. Lane
145b117059
- dump has been removed
...
Resolves: rhbz#1931762
2021-03-04 12:03:56 -08:00
Brian C. Lane
2ca7a9af40
dump has been removed
...
restore is a new package in RHEL9, install it instead.
Resolves: rhbz#1931762
2021-03-04 11:16:51 -08:00
Brian C. Lane
1bfa7d0e64
- Use inst.rescue to trigger rescue mode (awilliam)
...
- Use image dependencies metapackage (vslavik)
2021-02-16 11:52:03 -08:00
Adam Williamson
1e0dcdc7e5
Use inst.rescue to trigger rescue mode
...
anaconda in F34 and Rawhide recently stopped accepting params
without the inst. prefix, so 'rescue' does nothing except print
a warning now. We need to use `inst.rescue`. This has worked for
quite a long time so will be OK at least on all Fedoras and RHEL
8, not sure about RHEL 7.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
Signed-off-by: Brian C. Lane <bcl@redhat.com>
2021-02-16 10:31:11 -08:00
Vladimir Slavik
c0bb73fd29
Use image dependencies metapackage
...
The difference between the anaconda-install-{env,img}-deps packages is how
they treat dependencies. The -env package leaves some dependencies as weak to
allow less featureful builds. The -img package hard-requires everything
Anaconda could potentially use and ensures everything works.
For boot.iso, the latter is preferable. Its usage moves some things from the
templates to that package.
Signed-off-by: Brian C. Lane <bcl@redhat.com>
2021-02-16 10:28:08 -08:00
Brian C. Lane
d4dc777da3
- runtime-install: Remove system-storage-manager
...
Resolves: rhbz#1924154
2021-02-02 12:56:32 -08:00