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