-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathari.conf.example
38 lines (36 loc) · 937 Bytes
/
ari.conf.example
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
##############################################################
# title : ari.conf.example
# description : Example configuration for archinstaller
# authors : Dennis Anfossi,
# Lukas B.
# contact : https://github.com/vitamins/archinstaller
# date : 10.05.2014
# version : 0.7.8.8
# license : GPLv2
##############################################################
# See README for more detailed descriptions.
uefi='no'
bootloader='syslinux'
dest_disk='/dev/sda'
swap='no'
home='yes'
encrypt_home='yes'
cryptsetup_options='-qy -c aes-xts-plain64 -h sha512 -s 512'
root_size='20G'
home_size='0'
fstype='ext4'
mirror='http://mirror.de.leaseweb.net/archlinux/'
locale='de_DE.UTF-8 UTF-8'
keymap='de-latin1'
font='Lat2-Terminus16'
timezone='Europe/Berlin'
hardware_clock='utc'
hostname='ted'
network='dhcpcd'
set_password='no'
add_user='yes'
username='archey'
packages=(vim zsh)
xorg='yes'
desktop_environment='xfce4'
display_manager='no'