| 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 |
# packages in /fai/files/packages/ that are installed to the new system
|
| 14 |
# used in scripts/DEFAULT/S01. This directory should be a simple repository.
|
| 15 |
# you can also include your specific kernel-image package
|
| 16 |
addpackages="kernel-image-2.4-386"
|
| 17 |
# parameters for the kernel
|
| 18 |
kappend=''
|
| 19 |
|
| 20 |
# modulelist contains modules that will be loaded by the new system,
|
| 21 |
# not during installation these modules will be written to /etc/modules
|
| 22 |
# If you need a module during installation, add it to $kernelmodules
|
| 23 |
# in 20-hwdetect.source
|
| 24 |
moduleslist="e100 3c59x usbkbd usb-uhci keybdev mousedev hid"
|