fixed typos
[fai-configs.git] / class / FAIBASE.var
1 # default values for installation. You can override them in your *.var files
2
3 # allow installation of packages from unsigned repositories
4 FAI_ALLOW_UNSIGNED=1
5
6 CONSOLEFONT=
7 KEYMAP=us-latin1
8
9 # Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not.
10 UTC=yes
11 TIMEZONE=America/New_York
12
13 # root password for the new installed linux system; md5 and crypt are possible
14 # pw is "fai"
15 ROOTPW='$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
21 MODULESLIST="usbkbd ehci-hcd ohci-hcd uhci-hcd usbhid psmouse"
22
23 # erros in tasks greater than this value will cause the installation to stop
24 STOP_ON_ERROR=700
25
26 # use the new partitioning tool
27 USE_SETUP_STORAGE=1