X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=fai%2Fconfig%2Fclass%2FDEBIAN.var;h=3823152c8a9901cc267790c8ef02c48873b90edb;hb=e6c8a36522847eca91819ab3eb656dd824bc3e3c;hp=a6fb66b6ba3b480799c9c58422abfd024582b9b5;hpb=a6f3eaed0a1eebb5c58853fb9faa8bfbec404de3;p=automated-distro-installer diff --git a/fai/config/class/DEBIAN.var b/fai/config/class/DEBIAN.var index a6fb66b..3823152 100644 --- a/fai/config/class/DEBIAN.var +++ b/fai/config/class/DEBIAN.var @@ -1,3 +1,4 @@ +#### from upstream example config, except where noted CONSOLEFONT= KEYMAP=us-latin1 @@ -9,7 +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