X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=fai%2Fconfig%2Fclass%2FDEBIAN.var;fp=fai%2Fconfig%2Fclass%2FDEBIAN.var;h=367c2e3743706e68c2621d4d26c74cdb7474f2ae;hp=e9a275695156be45497decce5d88854dca64b1e2;hb=fe81034ee9664d8e131bac218b40d99a58a31649;hpb=7ade5e2c6113530c5f99cfc95880897fcb479f39 diff --git a/fai/config/class/DEBIAN.var b/fai/config/class/DEBIAN.var index e9a2756..367c2e3 100644 --- a/fai/config/class/DEBIAN.var +++ b/fai/config/class/DEBIAN.var @@ -1,6 +1,7 @@ -release=buster -apt_cdn=http://deb.debian.org -security_cdn=http://security.debian.org +# sources are set with fcopy +#release=buster +#apt_cdn=http://deb.debian.org +#security_cdn=http://security.debian.org CONSOLEFONT= KEYMAP=us-latin1 @@ -13,7 +14,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