upstream 00f2ea2b8 as of 2018-09-02
[automated-distro-installer] / fai / config / class / FAIBASE.var
1 # default values for installation. You can override them in your *.var files
2
3 # allow installation of packages from unsigned repositories
4 FAI_ALLOW_UNSIGNED=1
5
6 # Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not.
7 UTC=yes
8 TIMEZONE=Europe/Berlin
9
10 # the hash of the root password for the new installed linux system
11 # pw is "fai"
12 ROOTPW='$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1'
13
14 # errors in tasks greater than this value will cause the installation to stop
15 STOP_ON_ERROR=700
16
17 # set parameter for install_packges(8)
18 MAXPACKAGES=800
19
20 # a user account will be created
21 username=demo
22 USERPW='$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1'