feat: add CachyOS image (Gamescope + Steam)

- Add distros/cachyos image.yaml and helper files under files/
- Wire kernel packaging and --distro cachyos in build_image.sh
- Stage CachyOS artifacts in image-builder entrypoints; include cachyos in multi image
- Add boot/kexec-cachyos.sh and document in README

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Chihab Djaidja
2026-05-08 20:40:44 +02:00
parent 260d78baec
commit 292c9c02fd
16 changed files with 743 additions and 15 deletions

6
boot/kexec-cachyos.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
# Switch to CachyOS (Gamescope + Steam) via kexec
set -e
BOOT=/boot/efi
kexec -l "$BOOT/bzImage" --initrd="$BOOT/initrd-cachyos.img" --command-line="$(cat $BOOT/cmdline-cachyos.txt)"
kexec -e