X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=fai%2Fconfig%2Fclass%2FDEBIAN.var;h=a00d0f86720bdea4cef033144ea7965a1319b236;hb=591c84435e22df12f2b5121c08578bff7c6bb047;hp=2ce239bc2c58e54cefb033d07df9505f268bc118;hpb=11a2db1a576e78f58af7f1e7e4c83422635b630d;p=automated-distro-installer diff --git a/fai/config/class/DEBIAN.var b/fai/config/class/DEBIAN.var index 2ce239b..a00d0f8 100644 --- a/fai/config/class/DEBIAN.var +++ b/fai/config/class/DEBIAN.var @@ -1,6 +1,14 @@ -release=stretch -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 @@ -17,5 +25,4 @@ MODULESLIST="usbhid psmouse" FAI_RAMDISKS="$target/var/lib/dpkg $target/var/cache" # if you want to use the faiserver as APT proxy -# ian: uncommented -APTPROXY=http://faiserver:3142 +# APTPROXY=http://faiserver:3142