Added fsf extras repo
[fai-configs.git] / class / FAIBASE.var
CommitLineData
2d1f8014 1# default values for installation. You can override them in your *.var files
2
3# allow installation of packages from unsigned repositories
4FAI_ALLOW_UNSIGNED=1
5
6CONSOLEFONT=
7KEYMAP=us-latin1
8
9# Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not.
10UTC=yes
de856049 11TIMEZONE=America/New_York
2d1f8014 12
13# root password for the new installed linux system; md5 and crypt are possible
14# pw is "fai"
15ROOTPW='$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1'
16
17# MODULESLIST contains modules that will be loaded by the new system,
18# not during installation these modules will be written to /etc/modules
19# If you need a module during installation, add it to $kernelmodules
20# in 20-hwdetect.source. But discover should do most of this job
21MODULESLIST="usbkbd ehci-hcd ohci-hcd uhci-hcd usbhid psmouse"
22
23# erros in tasks greater than this value will cause the installation to stop
24STOP_ON_ERROR=700
25
26# use the new partitioning tool
27USE_SETUP_STORAGE=1