Initial construction of Ubuntu 22.04 VM with Proxmox
Environment Setup Instructions update host // update host apt-get update -y && apt-get upgrade -y && apt autoremove -y apt install libguestfs-tools -y apt install build-essential -y libguestfs-tools allows direct editing of disk images It is used when you want to put cloud-init settings into the image. virt-customize, which is used in the third […]