Merge branch 'upstream'
[automated-distro-installer] / fai / config / class / DEBIAN.var
index dc133a5c5329278ae34de4c2519964e6414af475..a00d0f86720bdea4cef033144ea7965a1319b236 100644 (file)
@@ -1,6 +1,7 @@
-release=bullseye
-apt_cdn=http://deb.debian.org
-security_cdn=http://security.debian.org
+# ian, commented, sources are set with fcopy
+# release=bullseye
+# apt_cdn=http://deb.debian.org
+# security_cdn=http://security.debian.org
 
 # since bullseye Debian changed the suite name for security
 if [ $release = buster ]; then
@@ -20,7 +21,8 @@ MODULESLIST="usbhid psmouse"
 
 # if you have enough RAM (>2GB) you may want to enable this line. It
 # also puts /var/cache into a ramdisk.
-#FAI_RAMDISKS="$target/var/lib/dpkg $target/var/cache"
+# ian: uncommented
+FAI_RAMDISKS="$target/var/lib/dpkg $target/var/cache"
 
 # if you want to use the faiserver as APT proxy
-#APTPROXY=http://faiserver:3142
+# APTPROXY=http://faiserver:3142