| 1 |
# default values for installation. You can override them in your *.var files
|
| 2 |
|
| 3 |
FAI_CONSOLEFONT=
|
| 4 |
FAI_KEYMAP=us-latin1
|
| 5 |
|
| 6 |
# Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not.
|
| 7 |
UTC=yes
|
| 8 |
time_zone=Europe/Berlin
|
| 9 |
|
| 10 |
# root password for the new installed linux system; pw is "fai"
|
| 11 |
rootpw='56hNVqht51tzc'
|
| 12 |
|
| 13 |
# moduleslist contains modules that will be loaded by the new system,
|
| 14 |
# not during installation these modules will be written to /etc/modules
|
| 15 |
# If you need a module during installation, add it to $kernelmodules
|
| 16 |
# in 20-hwdetect.source. But discover should do most of this job
|
| 17 |
moduleslist="usbkbd usb-uhci keybdev mousedev hid psmouse"
|