there is now RHEL 8.7

This commit is contained in:
2022-12-08 15:34:43 +01:00
parent 7636c4b762
commit de986f918a

View File

@@ -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