add http server support for maru, small bug fixes
[automated-distro-installer] / fai / config / class / DEBIAN.var
index 37cbe7a15182e8c0179e2e74b2f1dd9c8c539ff4..ae445fa2a75b42f8bed125ddb7ea9cfdbad9f6bb 100644 (file)
@@ -1,3 +1,4 @@
+#### from upstream example config, except where noted
 CONSOLEFONT=
 KEYMAP=us-latin1
 
@@ -9,7 +10,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