# Arch Images Generate cloud images for Arch Linux.
Find a file
2024-09-30 14:45:18 +02:00
mkosi.extra/etc refactor: relabel paritions to more standard names 2024-09-30 14:45:18 +02:00
mkosi.repart refactor: relabel paritions to more standard names 2024-09-30 14:45:18 +02:00
.gitignore feat: initial commit 2024-09-29 00:11:28 +02:00
mkosi.conf feat: initial commit 2024-09-29 00:11:28 +02:00
mkosi.finalize.chroot feat: initial commit 2024-09-29 00:11:28 +02:00
README.md feat: initial commit 2024-09-29 00:11:28 +02:00

Arch Images

Generate cloud images for Arch Linux with the following properties:

  • Boots from Unified Kernel Image (UEFI only)
  • Full Disk encrpytion (with passphrase in mkosi.passphrase)
  • Cloud Init installed and enabled
  • Python installed (for ansible to work)

To generate an image just run mkosi.

To install image in proxmox copy Arch-Linux-x86_64-cloudimg.raw to the proxmox host. Then run qm disk import $VM_ID Arch-Linux-x86_64-cloudimg.raw $VM_STORAGE, while replacing/setting VM_ID to the ID of the VM to be used VM_STORAGE to the storage pool to be used. When creating the VM, use no "media" and delete the auto-generated disk. After importing the raw disk, you need to set it as SCSI storage and re-enable it in the boot-order (preferrably on top).