-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample.adi.conf
70 lines (49 loc) · 1.95 KB
/
sample.adi.conf
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Drive to install to
DRIVE='sda'
# File system for boot, root and home: xfs/ext4/reiserfs
FS='xfs'
# LUKS device (leave blank to disable LUKS encryption)
LUKS_DEV_NAME='cryptarch'
# LUKS passphrase (leave blank to be prompted)
LUKS_PASSPHRASE=''
# LVM group name (leave blank for standard partitions)
LVM_GROUP='arch'
# Size of boot partition in MiB (leave blank to disable). You MUST have boot partition if LUKS_DEV_NAME and/or LVM_GROUP are specified!
BOOT_SIZE='512'
# Size of swap volume/partition in MiB (leave blank to disable)
SWAP_SIZE='2048'
# Size of root volume/partition in MiB (leave blank for maximum available space and no separate /home volume/partition)
ROOT_SIZE='16384'
# Hostname
HOSTNAME='archy'
# Root password (leave blank to be prompted)
ROOT_PASSWORD=''
# Main user member of wheel group (leave blank to disable user creation)
USER_NAME='plamen'
# The main user's password (leave blank to be prompted)
USER_PASSWORD=''
# Timezone
TIMEZONE='US/Central'
# Locale
LOCALE='en_US.UTF-8 UTF-8'
# Keymap: us/dvorak
KEYMAP='us'
# The fastest mirror near you (leave blank in order to utilize MIRROR_COUNTRY)
MIRROR=''
# The country from which the 10 fastest mirrors will be selected
MIRROR_COUNTRY='US'
# Video driver: amdgpu/ati/dummy/fbdev/intel/nouveau/nvidia/vesa/vmware/voodoo/qxl or blank
VIDEO_DRIVER=''
# Packages CLI (comment to disable)
PACKAGES_BASE='net-tools ntp openssh sudo wget vim bash-completion xfsprogs lvm2'
PACKAGES_FONTS='terminus-font ttf-hack ttf-anonymous-pro ttf-dejavu ttf-liberation ttf-roboto-mono ttf-inconsolata'
PACKAGES_USER_CLI='htop netcat sshpass'
# Packages GUI
#PACKAGES_X='xorg-server xorg-apps xorg-xinit xterm'
# KDE full
#PACKAGES_WM='plasma-meta kde-applications-meta kde-gtk-config'
# KDE base
#PACKAGES_WM='plasma-desktop plasma-nm plasma-pa kde-gtk-config sddm-kcm kdebase-meta kdegraphics-meta kdenetwork-meta kdeutils-meta'
# Xfce
#PACKAGES_WM='xfce4 xfce4-goodies'
#PACKAGES_USER_GUI='terminator chromium'