2 apt_cdn=http://deb.debian.org
3 security_cdn=http://security.debian.org
8 # MODULESLIST contains modules that will be loaded by the new system,
9 # not during installation these modules will be written to /etc/modules
10 # If you need a module during installation, add it to $kernelmodules
12 MODULESLIST="usbhid psmouse"
14 # if you have enough RAM (>2GB) you may want to enable this line. It
15 # also puts /var/cache into a ramdisk.
17 FAI_RAMDISKS="$target/var/lib/dpkg $target/var/cache"
19 # if you want to use the faiserver as APT proxy
21 APTPROXY=http://faiserver:3142