| 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-_KERNELVERSION_-2-386"
|
| 17 |
|
| 18 |
# lilo parameter for the new installed kernel
|
| 19 |
#liloappend=
|
| 20 |
# modules that will be loaded by the new system, not during installation
|
| 21 |
# these modules will be written to /etc/modules
|
| 22 |
moduleslist="3c59x usbkbd usb-uhci keybdev mousedev hid"
|
| 23 |
|
| 24 |
# link in /boot/fai to an image that boots from local disk, if BOOTP
|
| 25 |
# is used
|
| 26 |
#TFTPLINK=ant_local_disk
|
| 27 |
|
| 28 |
# see DATALESS.var
|
| 29 |
hserver=
|
| 30 |
bserver=
|
| 31 |
# list of printers, used by scripts/NETWORK/S40
|
| 32 |
printers=
|