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
+4 -4
View File
@@ -49,16 +49,16 @@ pick() { # prompt, array-of-labels, defaults -> writes choice to $CHOICE
# ---- swappable selections ------------------------------------------------
banner "Keru OS — craft your system"
pick "Init system" runit runit s6 openrc systemd
pick "Init system" runit runit s6 openrc systemd busybox-init sysvinit dinit shepherd
INIT="$CHOICE"
pick "C library" glibc glibc musl
pick "C library" glibc glibc musl uclibc-ng
LIBC="$CHOICE"
pick "Filesystem" ext4 ext4 btrfs xfs zfs f2fs
pick "Filesystem" ext4 ext4 ext2 ext3 btrfs xfs zfs f2fs jfs reiserfs
TARGET_FS="$CHOICE"
pick "Kernel" linux linux linux-lts linux-hardened
pick "Kernel" linux linux linux-lts linux-hardened linux-cachyos linux-zen
KERNEL="$CHOICE"
pick "Network tools" nmtui networkmanager nmtui connman