summaryrefslogtreecommitdiff
path: root/archsetup.conf.example
blob: 969079ab42c89a4c43313a1f6ecf3eaba6fb668f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# archsetup.conf - Configuration for unattended installation
#
# Copy this file and edit values for your setup:
#   cp archsetup.conf.example archsetup.conf
#
# Then run:
#   ./archsetup --config-file archsetup.conf
#
# All fields have defaults - only specify what you want to change.

#############################
# User Configuration
#############################

# Username for the primary user account (default: cjennings)
USERNAME=cjennings

# Initial password - should be changed on first login (default: welcome)
PASSWORD=welcome

#############################
# System Options
#############################

# 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)
#AUTOLOGIN=yes

# Skip GPU driver auto-detection and installation (default: no)
# Set to "yes" if you want to handle GPU drivers manually
#NO_GPU_DRIVERS=no