minor config changes
[automated-distro-installer] / fai / config / class / DEBIAN.var
1 # sources are set with fcopy
2 #release=buster
3 #apt_cdn=http://deb.debian.org
4 #security_cdn=http://security.debian.org
5
6 CONSOLEFONT=
7 KEYMAP=us-latin1
8
9 # MODULESLIST contains modules that will be loaded by the new system,
10 # not during installation these modules will be written to /etc/modules
11 # If you need a module during installation, add it to $kernelmodules
12 # in 20-hwdetect.sh.
13 MODULESLIST="usbhid psmouse"
14
15 # if you have enough RAM (>2GB) you may want to enable this line. It
16 # also puts /var/cache into a ramdisk.
17 # ian: uncommented
18 FAI_RAMDISKS="$target/var/lib/dpkg $target/var/cache"
19
20 # if you want to use the faiserver as APT proxy
21 # APTPROXY=http://faiserver:3142