update installer and docs
This commit is contained in:
+6
-1
@@ -24,8 +24,13 @@ TARGET_FS=ext4
|
||||
# linux (default) | linux-lts | linux-hardened | linux-cachyos | linux-zen
|
||||
KERNEL=linux
|
||||
|
||||
# Which privilege-elevation tool gets installed
|
||||
# doas (default) | sudo | opendoas | su
|
||||
SUDO=doas
|
||||
|
||||
# Base package set pulled into every install
|
||||
BASE_PACKAGES=(base toolchain kernel nmtui openssh)
|
||||
# (kernel, init, sudo, and net are selected separately below)
|
||||
BASE_PACKAGES=(base toolchain openssh)
|
||||
|
||||
# Locale / clock / keymap applied to the target
|
||||
LOCALE=en_US.UTF-8
|
||||
|
||||
Reference in New Issue
Block a user