# default values for installation. You can override them in your *.var files # disallow installation of packages from unsigned repositories FAI_ALLOW_UNSIGNED=0 # Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not. UTC=yes TIMEZONE=Europe/Zurich # the hash of the root password for the new installed linux system ROOTPW='' # errors in tasks greater than this value will cause the installation to stop STOP_ON_ERROR=700 # set parameter for install_packages(8) MAXPACKAGES=800 PARTICIPANT_USER_NAME=soi PARTICIPANT_USER_PW='$y$j9T$h5VhMd4KkdmbxdZD1gO0N/$1hvwZgO8pQw13Xd6jaNXbtkbqVOC4W/ia/KXOcCGYvB' if [ "$FAI_ACTION" = "" ]; then FAI_ACTION=install fi if [ "$FAI_ACTION" = "install" ]; then LOGUSER=fai fi