Browse Source

Update INSTALL_RHEL9.md

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

2
documentation/INSTALL_RHEL9.md

@ -17,7 +17,7 @@ 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 firewalld sudo dnf install -y osbuild-composer composer-cli cockpit-composer git firewalld python3-toml
sudo systemctl enable --now osbuild-composer.socket sudo systemctl enable --now osbuild-composer.socket
sudo systemctl enable --now firewalld sudo systemctl enable --now firewalld
sudo systemctl enable --now cockpit.socket sudo systemctl enable --now cockpit.socket

Loading…
Cancel
Save