X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=fai%2Fconfig%2Fclass%2FFAIBASE.var;h=3e0cf916f69d94e206249390e3a4ad0d864fc4ca;hb=ace13281eb68397600d7c4eb4c2718652f3d2e78;hp=7f0684e21941b81b74f3302a79233cb2b3e0ba5d;hpb=816d23ee08b0963cc0b63ae53fa0e7a9eea6a83f;p=automated-distro-installer diff --git a/fai/config/class/FAIBASE.var b/fai/config/class/FAIBASE.var index 7f0684e..3e0cf91 100644 --- a/fai/config/class/FAIBASE.var +++ b/fai/config/class/FAIBASE.var @@ -10,12 +10,12 @@ UTC=yes ## changed from upstream. found in /usr/share/zoneinfo/, via fai-guide TIMEZONE=US/Pacific -# the hash of the root password for the new installed linux system -# pw is "fai" -ROOTPW='$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1' - # errors in tasks greater than this value will cause the installation to stop STOP_ON_ERROR=700 # set parameter for install_packges(8) MAXPACKAGES=800 + +# a user account will be created +username=demo +USERPW='$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1'