Commit graph

6 commits

Author SHA1 Message Date
f77a5c4e33
ref(base): Rename guest playbook to void_base
Sets up the void basics while other playbooks handle other things
2025-02-23 10:12:31 +01:00
b3a13f112f
feat(base): Automatically regenerate locales 2025-02-21 17:58:06 +01:00
6ca2a5586d
fix(base): Remove disabled root check for chroot
It does not work like I want it to - presumably since it counts for
tasks _within_ the play while it is the connection for the play itself
which requires root?
2025-02-21 17:58:06 +01:00
cfb30260e4
feat(base): Configure void system 2025-02-21 17:58:05 +01:00
68e1cf4098
Build booster initramfs if it does not exist
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.
2025-02-21 17:58:04 +01:00
8a77b201bd
Split up playbooks into host-level and guest-level 2025-02-21 17:58:03 +01:00