X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=fai%2Fconfig%2Fclass%2FFAIBASE.var;h=dc507c77faa2b23e133ab46443036ffd11a6bddc;hb=591c84435e22df12f2b5121c08578bff7c6bb047;hp=789cc7f83d804ff12cb556492cfaffb69f92e193;hpb=3bd65f0ca635f1349626c2393a4dd8a50df64f54;p=automated-distro-installer diff --git a/fai/config/class/FAIBASE.var b/fai/config/class/FAIBASE.var index 789cc7f..dc507c7 100644 --- a/fai/config/class/FAIBASE.var +++ b/fai/config/class/FAIBASE.var @@ -1,3 +1,5 @@ +#### from upstream example config, except where noted + # default values for installation. You can override them in your *.var files # allow installation of packages from unsigned repositories @@ -5,14 +7,11 @@ FAI_ALLOW_UNSIGNED=1 # Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not. UTC=yes -TIMEZONE=Europe/Berlin - -# the hash of the root password for the new installed linux system -# pw is "fai" -ROOTPW='$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1' +## changed from upstream. found in /usr/share/zoneinfo/, via fai-guide +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