Get rid of files in /etc/grml/fai/config/class/
[grml-live.git] / etc / grml / fai / config / class / GRMLBASE.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=Europe/Vienna
12
13 # root password for the new installed linux system; md5 and crypt are possible
14 ROOTPW='x'
15
16 # MODULESLIST contains modules that will be loaded by the new system,
17 # not during installation these modules will be written to /etc/modules
18 # If you need a module during installation, add it to $kernelmodules
19 # in 20-hwdetect.source. But discover should do most of this job
20 # MODULESLIST="usbkbd ehci-hcd ohci-hcd uhci-hcd usbhid psmouse"