Merge branch 'upstream'
[automated-distro-installer] / fai / config / class / FAIBASE.var
index 72d38f2006aa34f388621e6880c2ba051aad06b3..dabfb068d5c79cc44cd2656516e961c8453dc51e 100644 (file)
@@ -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
@@ -18,8 +17,8 @@ STOP_ON_ERROR=700
 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"