Arch Linux
Arch Linux is a rolling-release distribution built around simplicity and user control. Packages arrive as upstream releases them, and the system is assembled rather than preconfigured.
Arch Linux
Installation
Default install:
1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/archlinux-vm.sh)"
Notes
This boots the Arch installer ISO, which logs in as root by itself. Run
archinstall or install by hand onto the empty disk, then detach the ISO with qm set [VMID] --ide2 none.The Arch ISO carries no Cloud-Init and no guest agent. Install
qemu-guest-agent in the guest for Proxmox to show its IP.