Browse Source

Update INSTALL_RHEL9.md

ca-cert-and-multi-ks
Ernest Pietryka 2 years ago
committed by GitHub
parent
commit
e3c33cbbb1
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      documentation/INSTALL_RHEL9.md

3
documentation/INSTALL_RHEL9.md

@ -17,8 +17,9 @@ Microshift pre-requisites :
```sh
sudo subscription-manager register --username $RHN_LOGIN --auto-attach
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 firewalld
sudo systemctl enable --now cockpit.socket
sudo systemctl restart osbuild-composer
sudo usermod -a -G weldr "$(id -un)"

Loading…
Cancel
Save