update to 72d79e141d3aaf430bb44f6036a2980f3f5865bd
[automated-distro-installer] / fai / config / class / DEBIAN.var
1 release=bullseye
2 apt_cdn=http://deb.debian.org
3 security_cdn=http://security.debian.org
4
5 # since bullseye Debian changed the suite name for security
6 if [ $release = buster ]; then
7 secsuite=buster/updates
8 else
9 secsuite=$release-security
10 fi
11
12 CONSOLEFONT=
13 KEYMAP=us-latin1
14
15 # MODULESLIST contains modules that will be loaded by the new system,
16 # not during installation these modules will be written to /etc/modules
17 # If you need a module during installation, add it to $kernelmodules
18 # in 20-hwdetect.sh.
19 MODULESLIST="usbhid psmouse"
20
21 # if you have enough RAM (>2GB) you may want to enable this line. It
22 # also puts /var/cache into a ramdisk.
23 #FAI_RAMDISKS="$target/var/lib/dpkg $target/var/cache"
24
25 # if you want to use the faiserver as APT proxy
26 #APTPROXY=http://faiserver:3142