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