X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=fai%2Fconfig%2Fclass%2FFAIBASE.var;h=2492defe138b8f7b85c6a4f7c7a8901413916d45;hp=0e38a1ffb8683210d351a63a5b26faa290c6063f;hb=HEAD;hpb=723056c40d38694c14d9bcb6b4a3108f7054a2a1 diff --git a/fai/config/class/FAIBASE.var b/fai/config/class/FAIBASE.var index 0e38a1f..2492def 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/Eastern # errors in tasks greater than this value will cause the installation to stop STOP_ON_ERROR=700 @@ -22,8 +21,8 @@ MAXPACKAGES=800 #LOGUSER=fai # 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="bookworm http://deb.debian.org/debian"