This repository has been archived on 2024-05-18. You can view files and clone it, but cannot push or open issues or pull requests.
2022-07-15 11:59:26 +02:00
|
|
|
# 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'
|
|
|
|
|
2023-06-01 15:25:01 +02:00
|
|
|
if [ "$FAI_ACTION" = "" ]; then
|
|
|
|
FAI_ACTION=install
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ "$FAI_ACTION" = "install" ]; then
|
2022-07-15 11:59:26 +02:00
|
|
|
LOGUSER=fai
|
|
|
|
fi
|