explicitely state RHEL 8.5

This commit is contained in:
2022-05-10 13:31:33 +02:00
parent b1e8dfde0c
commit ca8ad7639b
2 changed files with 4 additions and 4 deletions

View File

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

View File

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