Merge branch 'upstream', fai 5.4
[automated-distro-installer] / fai / config / class / DEBIAN.var
index 8f00bb917517969e35dcfc9dfdf28a0ea3d5155b..3823152c8a9901cc267790c8ef02c48873b90edb 100644 (file)
@@ -1,3 +1,4 @@
+#### from upstream example config, except where noted
 CONSOLEFONT=
 KEYMAP=us-latin1
 
@@ -9,9 +10,11 @@ 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
 
 apt_cdn=http://deb.debian.org