update upstream to 9084a3cbc0a55422beea4a55b530c1f03a910617 feb 2024
[automated-distro-installer] / fai / config / class / FAIBASE.var
index 6f2f25ee8e6e88977d56981194feb117b09f66c9..0e38a1ffb8683210d351a63a5b26faa290c6063f 100644 (file)
@@ -14,9 +14,16 @@ ROOTPW='$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1'
 # errors in tasks greater than this value will cause the installation to stop
 STOP_ON_ERROR=700
 
-# set parameter for install_packges(8)
+# set parameter for install_packages(8)
 MAXPACKAGES=800
 
+# Account on the FAI server for saving log files and calling fai-chboot.
+# Remove the hash character in the next line to activate this feature
+#LOGUSER=fai
+
 # a user account will be created
 username=demo
 USERPW='$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1'
+
+# set a default
+FAI_DEBOOTSTRAP="bookworm http://deb.debian.org/debian"