Skip to content

Instantly share code, notes, and snippets.

@e-minguez
Last active August 17, 2020 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save e-minguez/690aa3980e9501b88030d7741b022d72 to your computer and use it in GitHub Desktop.
Save e-minguez/690aa3980e9501b88030d7741b022d72 to your computer and use it in GitHub Desktop.

Slimbook one CentOS8

Basic install with minimal selection of packages. Enable network.

Reboot and enable the connection using nmtui

dnf clean
dnf update
dnf module install virt
dnf install podman libguestfs-tools
systemctl enable libvirtd --now
dnf install -y cockpit-*
firewall-cmd --add-service=cockpit --permanent
firewall-cmd --add-service=cockpit
systemctl enable --now cockpit.socket

Enable bridge0 from cockpit for more awesomeness (and to avoid losing connectivity!) by browsing https://ip:9090, login as root, network, Add bridge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment