update upstream to 9084a3cbc0a55422beea4a55b530c1f03a910617 feb 2024
[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_packages(8)
18 MAXPACKAGES=800
19
20 # Account on the FAI server for saving log files and calling fai-chboot.
21 # Remove the hash character in the next line to activate this feature
22 #LOGUSER=fai
23
24 # a user account will be created
25 username=demo
26 USERPW='$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1'
27
28 # set a default
29 FAI_DEBOOTSTRAP="bookworm http://deb.debian.org/debian"