From 25936eb8a5535373ff899a2203ababe99ffbcac6 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 23 Dec 2021 12:38:37 +0100 Subject: fai/config/class/FAIBASE.var.in: Turn file into a configurable template file that will/can be populated via 'debian-edu-faiinstall' script. --- fai/config/class/FAIBASE.var | 26 -------------------------- fai/config/class/FAIBASE.var.in | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 26 deletions(-) delete mode 100644 fai/config/class/FAIBASE.var create mode 100644 fai/config/class/FAIBASE.var.in diff --git a/fai/config/class/FAIBASE.var b/fai/config/class/FAIBASE.var deleted file mode 100644 index 5b35185..0000000 --- a/fai/config/class/FAIBASE.var +++ /dev/null @@ -1,26 +0,0 @@ -# default values for installation. You can override them in your *.var files - -# allow installation of packages from unsigned repositories -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' -ROOTPW='$1$C3yKcmvl$SKluYo7f7GmPtebTTWAQ4.' - -# 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 - -# a user account will be created -#username=demo -#USERPW='$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1' - -LOGUSER='fai' -LOGSERVER='faiserver.intern' diff --git a/fai/config/class/FAIBASE.var.in b/fai/config/class/FAIBASE.var.in new file mode 100644 index 0000000..3db4d8f --- /dev/null +++ b/fai/config/class/FAIBASE.var.in @@ -0,0 +1,27 @@ +# default values for installation. You can override them in your *.var files + +# allow installation of packages from unsigned repositories +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' +#ROOTPW='@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 + +# a user account will be created +#username='@localuser@' +#USERPW='@localuserpw@' + +# user / server to use for storing FAI installation logs... (e.g. fai@faiserver.intern) +#LOGUSER='@fai_loguser@' +#LOGSERVER='@fai_logserver@' -- cgit v1.2.3