update installer and docs

This commit is contained in:
Astral
2026-09-01 08:21:01 +02:00
parent 6729f58ed6
commit 6b65014d64
6 changed files with 178 additions and 53 deletions
+6 -1
View File
@@ -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