X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=fai%2Fconfig%2Fclass%2FDEBIAN.var;h=1f6e441d6349260461d7aff857c04626cc8a1e51;hb=816d23ee08b0963cc0b63ae53fa0e7a9eea6a83f;hp=a6fb66b6ba3b480799c9c58422abfd024582b9b5;hpb=6252cf1a2a83b33425fa0fbac87b6d2c16033fd9;p=automated-distro-installer diff --git a/fai/config/class/DEBIAN.var b/fai/config/class/DEBIAN.var index a6fb66b..1f6e441 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,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" +# uncommented from upstream +FAI_RAMDISKS="$target/var/lib/dpkg $target/var/cache" # if you want to use the faiserver as APT proxy -#APTPROXY=http://faiserver:3142 +# uncommented from upstream +APTPROXY=http://faiserver:3142