Skip to content

Instantly share code, notes, and snippets.

@OndrejValenta
Last active June 8, 2023 22:30
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 OndrejValenta/64c84ae16c0b7eecb7b625611da48e9b to your computer and use it in GitHub Desktop.
Save OndrejValenta/64c84ae16c0b7eecb7b625611da48e9b to your computer and use it in GitHub Desktop.
Preparation of RockyLinux 9 VM template in Proxmox Server

Preparation of RockyLinux 9 VM template in Proxmox Server

Based on standard minimal RockyLinux 9 image

Container is used in IPA domain, therefor IPA client is installed

YOU MIGHT NEED TO UPDATE ROUTING TABLE WITH nmcli

Steps done

dnf update -y
dnf install -y epel-release

# INSTALL STANDARD TOOLS
dnf install -y mc nano htop

# IF RUNNING AS VIRTUAL MACHINE INSTALL ALSO QEMU AGENT SO PROXMOX HYPERVISOR CAN UPDATE RockyLinux CONFIGURATION
dnf install qemu-guest-agent -y
systemctl enable qemu-guest-agent

# INSTALL IPA CLIENT
dnf install -y ipa-client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment