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