mirror of
https://github.com/coko7/archy-factory.git
synced 2026-07-20 13:15:05 +00:00
🏗️ Automated Arch Linux install factory — spin up VMs and bootstrap unattended archinstall setups via a one-line curl script.
arch-install
arch-linux
archinstall
archlinux
automation
bash
bootstrap
devops
dotfiles
kvm
libvirt
linux
provisioning
qemu
virt-install
- Shell 100%
| archinstall | ||
| docs | ||
| scripts | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
🏗️ archy-factory
Automated Arch Linux install factory — spin up VMs and bootstrap unattended archinstall setups via a one-line curl script.
steps:
bash ./scripts/dl-arch-iso.sh
bash ./scripts/create-vm.sh ./isos/archlinux-x86_64.iso
# go to vm and have some fun
# then in VM:
curl -sL archy.coko7.fr | bash
# or
bash <(curl -sL archy.coko7.fr)