update to db59a1a2dd 2019-03-07
[automated-distro-installer] / fai / config / class / DEBIAN.var
1 release=buster
2 apt_cdn=http://deb.debian.org
3 security_cdn=http://security.debian.org
4
5 CONSOLEFONT=
6 KEYMAP=us-latin1
7
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
11 # in 20-hwdetect.sh.
12 MODULESLIST="usbhid psmouse"
13
14 # if you have enough RAM (>2GB) you may want to enable this line. It
15 # also puts /var/cache into a ramdisk.
16 #FAI_RAMDISKS="$target/var/lib/dpkg $target/var/cache"
17
18 # if you want to use the faiserver as APT proxy
19 #APTPROXY=http://faiserver:3142