| 10 |
# root password for the new installed linux system; pw is "fai" |
# root password for the new installed linux system; pw is "fai" |
| 11 |
rootpw='56hNVqht51tzc' |
rootpw='56hNVqht51tzc' |
| 12 |
|
|
|
# packages in /fai/files/packages/ that are installed to the new system |
|
|
# used in scripts/DEFAULT/S01. This directory should be a simple repository. |
|
|
# you can also include your specific kernel-image package |
|
|
addpackages="kernel-image-2.4-386" |
|
|
# parameters for the kernel |
|
|
kappend='' |
|
|
|
|
| 13 |
# modulelist contains modules that will be loaded by the new system, |
# modulelist contains modules that will be loaded by the new system, |
| 14 |
# not during installation these modules will be written to /etc/modules |
# not during installation these modules will be written to /etc/modules |
| 15 |
# If you need a module during installation, add it to $kernelmodules |
# If you need a module during installation, add it to $kernelmodules |
| 16 |
# in 20-hwdetect.source |
# in 20-hwdetect.source. But discover should do most of this job |
| 17 |
moduleslist="e100 3c59x usbkbd usb-uhci keybdev mousedev hid" |
moduleslist="e100 3c59x usbkbd usb-uhci keybdev mousedev hid" |