changes for buster linode
[automated-distro-installer] / fai / config / class / DEBIAN.var
index e9a275695156be45497decce5d88854dca64b1e2..07632b2ee71e11debebb0ff5f06ba534793b1a3d 100644 (file)
@@ -13,7 +13,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