update timezone
[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/Eastern
12
13 # errors in tasks greater than this value will cause the installation to stop
14 STOP_ON_ERROR=700
15
16 # set parameter for install_packges(8)
17 MAXPACKAGES=800
18
19 # a user account will be created
20 username=demo
21 USERPW='$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1'