Ansible plays setting up the complete infrastructure of my voidlinux installation. Usable on local machine or through chroot.
Working from a chroot we need to manually look for the existing kernels and build an initramfs from them. We can not just use the auto detection functionality since it will detect the _HOST_ system's running kernel. Instead we get the kernel module dir(s) and manually build a booster initramfs for each one found. |
||
|---|---|---|
| ansible.cfg | ||
| guest.yaml | ||
| host.yaml | ||
| inventory | ||
| play.yaml | ||
| README.md | ||
| requirements.yaml | ||
Install void linux from arch linux
Uses btrfs subvolumes, chroot and the void linux root tarball. This is primarily made for my setup to quickly get void linux up and running for playing around with stuff.