Skip to content

Commit

Permalink
added register step
Browse files Browse the repository at this point in the history
  • Loading branch information
sluetze authored and Robert Bohne committed Apr 14, 2023
1 parent b49ac1b commit 8f6689b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/hetzner_rhel9.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ Press Done. Accept changes. Begin Installation. Wait until the installation is f

Once installed and rebooted, login with previously given credentials and adjust accordingly to meet Hetzner requirements.

#### Install package dependencies and upgrade the OS to latest version
#### Register system, install package dependencies and upgrade the OS to latest version

```shell
# subscription-manager register --username $NAME
# dnf install -y lvm2 mdadm tar bzip2
# dnf upgrade
```
Expand Down

0 comments on commit 8f6689b

Please sign in to comment.