Merge branch 'upstream'
[automated-distro-installer] / fai / config / class / DEBIAN.var
index b7146a799f059904b55ccfc44561486e2cf3c304..f343669f34cc99085a552c65e806e7e9fd78a683 100644 (file)
@@ -1,4 +1,4 @@
-release=stretch
+release=buster
 apt_cdn=http://deb.debian.org
 security_cdn=http://security.debian.org
 
@@ -13,7 +13,9 @@ 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
+# ian: uncommented
+APTPROXY=http://faiserver:3142