From de986f918ae71c0eb91e849447be0d51640f259e Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Thu, 8 Dec 2022 15:34:43 +0100 Subject: [PATCH] there is now RHEL 8.7 --- rhel8/installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rhel8/installation.md b/rhel8/installation.md index a4b4ddbd..36256df2 100644 --- a/rhel8/installation.md +++ b/rhel8/installation.md @@ -8,16 +8,16 @@ FQDN=... bob node set-attr $FQDN puppet_env=rhel8_preprod ``` -Optional you can set `netboot` and RHEL 8.6 installer but that can also be selected manually in be boot menu: +Optional you can set `netboot` and RHEL 8.7 installer but that can also be selected manually in be boot menu: ``` bob node netboot $FQDN -bob node set-attr $FQDN ipxe_installer=rhel86install +bob node set-attr $FQDN ipxe_installer=rhel87install ``` ### Installation with UEFI Start the machine and select network boot (if not already the default), then you get following menu: ![Grub default menu](installation/grub_default.png) -There select "Install Red Hat Enterprise Linux 8.6" +There select "Install Red Hat Enterprise Linux 8.7" ![Grub menu selection for iPXE](installation/grub_select.png) ### Installation with Legacy BIOS