expand swappable component options

This commit is contained in:
Astral
2026-09-01 08:06:22 +02:00
parent f0b06a1685
commit 6729f58ed6
3 changed files with 20 additions and 19 deletions
+5 -5
View File
@@ -9,23 +9,23 @@
## ---------------------------------------------------------------------------
# Which init system gets installed
# runit (default) | s6 | openrc | systemd
# runit (default) | s6 | openrc | systemd | busybox-init | sysvinit | dinit | shepherd
INIT=runit
# Which libc the toolchain and packages build against
# glibc (default) | musl
# glibc (default) | musl | uclibc-ng
LIBC=glibc
# Which filesystem the target root is formatted as
# ext4 (default) | btrfs | xfs | zfs | f2fs
# ext4 (default) | ext2 | ext3 | btrfs | xfs | zfs | f2fs | jfs | reiserfs | swap
TARGET_FS=ext4
# Which kernel you want built
# linux (sane default) | linux-lts | linux-hardened
# linux (default) | linux-lts | linux-hardened | linux-cachyos | linux-zen
KERNEL=linux
# Base package set pulled into every install
BASE_PACKAGES=(base toolchain kernel runit nmtui openssh)
BASE_PACKAGES=(base toolchain kernel nmtui openssh)
# Locale / clock / keymap applied to the target
LOCALE=en_US.UTF-8