X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=fai%2Fconfig%2Fclass%2FFAIBASE.var;h=3e0cf916f69d94e206249390e3a4ad0d864fc4ca;hp=6f2f25ee8e6e88977d56981194feb117b09f66c9;hb=11a2db1a576e78f58af7f1e7e4c83422635b630d;hpb=bc3037fe2075e33b0035fc0689f44a60381638f9 diff --git a/fai/config/class/FAIBASE.var b/fai/config/class/FAIBASE.var index 6f2f25e..3e0cf91 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,11 +7,8 @@ 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/Pacific # errors in tasks greater than this value will cause the installation to stop STOP_ON_ERROR=700