enable basic optimizations + my time zone
[automated-distro-installer] / fai / config / class / FAIBASE.var
1 #### from upstream example config, except where noted
2
3 # default values for installation. You can override them in your *.var files
4
5 # allow installation of packages from unsigned repositories
6 FAI_ALLOW_UNSIGNED=1
7
8 # Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not.
9 UTC=yes
10 ## changed from upstream. found in /usr/share/zoneinfo/, via fai-guide
11 TIMEZONE=US/Pacific
12
13 # the hash of the root password for the new installed linux system
14 # pw is "fai"
15 ROOTPW='$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1'
16
17 # errors in tasks greater than this value will cause the installation to stop
18 STOP_ON_ERROR=700
19
20 # set parameter for install_packges(8)
21 MAXPACKAGES=800