X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;ds=sidebyside;f=fai%2Fconfig%2Fclass%2FDEBIAN.var;h=a00d0f86720bdea4cef033144ea7965a1319b236;hb=591c84435e22df12f2b5121c08578bff7c6bb047;hp=e9a275695156be45497decce5d88854dca64b1e2;hpb=f8e7e925a0eba5b0091354ccf26842bcfda9b84e;p=automated-distro-installer diff --git a/fai/config/class/DEBIAN.var b/fai/config/class/DEBIAN.var index e9a2756..a00d0f8 100644 --- a/fai/config/class/DEBIAN.var +++ b/fai/config/class/DEBIAN.var @@ -1,6 +1,14 @@ -release=buster -apt_cdn=http://deb.debian.org -security_cdn=http://security.debian.org +# ian, commented, sources are set with fcopy +# release=bullseye +# apt_cdn=http://deb.debian.org +# security_cdn=http://security.debian.org + +# since bullseye Debian changed the suite name for security +if [ $release = buster ]; then + secsuite=buster/updates +else + secsuite=$release-security +fi CONSOLEFONT= KEYMAP=us-latin1 @@ -13,7 +21,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