expand swappable component options
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user