X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=fai%2Fconfig%2Fclass%2FFAIBASE.var;h=2492defe138b8f7b85c6a4f7c7a8901413916d45;hb=HEAD;hp=f02f58a307f5351e62ebafc395bf8fe89f4c0164;hpb=da61a304a10de72288782a9d872769fe44576f50;p=automated-distro-installer diff --git a/fai/config/class/FAIBASE.var b/fai/config/class/FAIBASE.var index f02f58a..2492def 100644 --- a/fai/config/class/FAIBASE.var +++ b/fai/config/class/FAIBASE.var @@ -8,10 +8,21 @@ FAI_ALLOW_UNSIGNED=1 # Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not. UTC=yes ## changed from upstream. found in /usr/share/zoneinfo/, via fai-guide -TIMEZONE=US/Pacific +TIMEZONE=US/Eastern # 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"