Ernest Pietryka
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
documentation/INSTALL_RHEL9.md
|
|
@ -17,8 +17,9 @@ Microshift pre-requisites : |
|
|
```sh |
|
|
```sh |
|
|
sudo subscription-manager register --username $RHN_LOGIN --auto-attach |
|
|
sudo subscription-manager register --username $RHN_LOGIN --auto-attach |
|
|
sudo subscription-manager attach --pool=$RHN_POOL_ID |
|
|
sudo subscription-manager attach --pool=$RHN_POOL_ID |
|
|
sudo dnf install -y osbuild-composer composer-cli cockpit-composer git |
|
|
sudo dnf install -y osbuild-composer composer-cli cockpit-composer git firewalld |
|
|
sudo systemctl enable --now osbuild-composer.socket |
|
|
sudo systemctl enable --now osbuild-composer.socket |
|
|
|
|
|
sudo systemctl enable --now firewalld |
|
|
sudo systemctl enable --now cockpit.socket |
|
|
sudo systemctl enable --now cockpit.socket |
|
|
sudo systemctl restart osbuild-composer |
|
|
sudo systemctl restart osbuild-composer |
|
|
sudo usermod -a -G weldr "$(id -un)" |
|
|
sudo usermod -a -G weldr "$(id -un)" |
|
|
|