-
Notifications
You must be signed in to change notification settings - Fork 0
/
archconfig
45 lines (31 loc) · 1.14 KB
/
archconfig
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
33
34
35
36
37
38
39
40
41
42
43
44
45
# arch-install configuration file
# in automated environment? default password will be start123
CI=false
DEVICE=/dev/sda
# define partition layout preset (possible values are single, home, btrfs)
PARTLAYOUT=single
#override preset values (defaults provided in each entry below)
EFISIZE=500M
ROOTSIZE=50G # only valid in home preset
# use reflector to sort mirrors by speed?
SORTMIRRORS=true
MIRRCOUNTRY=Hungary
# use lts kernel?
USELTS=false
# set timezone (see for a list of timezones)
TZ=Europe/Budapest
# set locale (see for a list of locales)
LOCALE=en_US.UTF-8 UTF-8
# set a language (see for a list of languages)
LANGUAGE=en_US.UTF-8
# set keymap (see for a list of locales)
KEYMAP=us
# set a hostname
HOSTNAME=arch
# create one or more users (separate users with commas, comment out line to skip user creation)
ADMINUSER=dev
# GUESTUSERS=guest
# install a graphical user environment (possible values are gnome,kde,xfce)
DESKTOP=gnome
# use packagefile, set packagefile path (installs packages listed in packagefile, always the newest version - put packagefile in repo root beside install.sh by default or specify path)
PACKAGEFILE=packagefile