X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=fai%2Fconfig%2Fclass%2FFAIBASE.var;h=dabfb068d5c79cc44cd2656516e961c8453dc51e;hb=051fc89e27bd812a1a45292f6d2a18803ce6f394;hp=3e0cf916f69d94e206249390e3a4ad0d864fc4ca;hpb=11a2db1a576e78f58af7f1e7e4c83422635b630d;p=automated-distro-installer diff --git a/fai/config/class/FAIBASE.var b/fai/config/class/FAIBASE.var index 3e0cf91..dabfb06 100644 --- a/fai/config/class/FAIBASE.var +++ b/fai/config/class/FAIBASE.var @@ -8,14 +8,17 @@ 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 # a user account will be created -username=demo -USERPW='$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1' +#username=demo +#USERPW='$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1' + +# set a default +FAI_DEBOOTSTRAP="bullseye http://deb.debian.org/debian"