From ca8ad7639b221f07143ce90d222b6a84257d06c7 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Tue, 10 May 2022 13:31:33 +0200 Subject: [PATCH] explicitely state RHEL 8.5 --- rhel8/index.md | 4 ++-- rhel8/installation.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rhel8/index.md b/rhel8/index.md index 25613f06..31e87bad 100644 --- a/rhel8/index.md +++ b/rhel8/index.md @@ -10,8 +10,8 @@ toc: true --- # Red Hat Enterprise Linux 8 -The current stateof RHEL 8 support is very alpha. It is possible to install a system and install packages provided by Red Hat. -Configuration works like for RHEL 7 with Puppet. +The current stateof RHEL 8.5 support is very alpha. It is possible to install a system and install packages provided by Red Hat. +The configuration management is done with Puppet like for RHEL 7. ## Testing diff --git a/rhel8/installation.md b/rhel8/installation.md index c962aa58..bfc782ad 100644 --- a/rhel8/installation.md +++ b/rhel8/installation.md @@ -9,7 +9,7 @@ bob node set-attr $FQDN puppet_env=rhel8_packages ``` (The `rhel8_packages` Puppet environment is hopefully soon not required any more and the required changes are in `preprod`) -Optional you can set `netboot` and RHEL 8 installer but that can also be selected manually in be boot menu: +Optional you can set `netboot` and RHEL 8.5 installer but that can also be selected manually in be boot menu: ``` bob node netboot $FQDN bob node set-attr $FQDN ipxe_installer=rhel85install @@ -33,7 +33,7 @@ The iPXE menu is then generated according to `sysdb` and its default depends on Start the machine and select network boot (if not already the default), then you get following menu: ![PXE default menu](installation/pxe_default.png) -There select "Red Hat Enterprise Linux 7 Network Install MEnu" to get into the iPXE menu, where you can do also a lot of other stuff. +There select "Red Hat Enterprise Linux 7 Network Install Menu" to get into the iPXE menu, where you can do also a lot of other stuff. ![PXE menu selection for iPXE](installation/pxe_select.png) (I plan to get rid of above menu as it also breaks automatic installation by `sysdb` configuration).