diff options
Diffstat (limited to 'archsetup.conf.example')
| -rw-r--r-- | archsetup.conf.example | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/archsetup.conf.example b/archsetup.conf.example index 82f6898..723c035 100644 --- a/archsetup.conf.example +++ b/archsetup.conf.example @@ -28,6 +28,10 @@ # Automatic console login after disk decryption (default: prompt on encrypted systems) # Options: yes, no # Only relevant for systems with encrypted root (LUKS or ZFS native encryption) +# Unattended runs (--config-file) cannot answer a prompt, so leaving this unset +# leaves console autologin DISABLED and says so. Passwordless console login is +# not something to inherit from a prompt default nobody saw. Set AUTOLOGIN=yes +# to opt in. #AUTOLOGIN=yes # Skip GPU driver auto-detection and installation (default: no) @@ -44,7 +48,8 @@ # specific hardware; set to "no" if your machine doesn't have those devices. #INSTALL_DEVICE_UDEV_RULES=yes -# System locale (default: prompt if not already configured) +# System locale (default: prompt if not already configured; an unattended run +# with no locale.conf takes en_US.UTF-8, the menu's own default) # Common options: en_US.UTF-8, en_GB.UTF-8, de_DE.UTF-8, es_ES.UTF-8, # fr_FR.UTF-8, pt_BR.UTF-8, ja_JP.UTF-8, zh_CN.UTF-8 #LOCALE=en_US.UTF-8 |
