26 lines
598 B
Plaintext
26 lines
598 B
Plaintext
# default values for installation. You can override them in your *.var files
|
|
FAI_ACTION=install
|
|
|
|
# allow 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=UTC
|
|
|
|
# the hash of the root password for the new installed linux system
|
|
# no root pw
|
|
#ROOTPW='!'
|
|
|
|
# errors in tasks greater than this value will cause the installation to stop
|
|
STOP_ON_ERROR=700
|
|
|
|
# a user account will be created
|
|
# with pw-less sudo and specified ssh key
|
|
username=plantroon
|
|
#USERPW=''
|
|
#SSHKEY=''
|
|
|
|
HOSTNAME=haze
|
|
|