X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=fai%2Fconfig%2Fclass%2FDEBIAN.var;h=dc133a5c5329278ae34de4c2519964e6414af475;hb=490334746631a6c956eee47947f3ab8f8a451666;hp=37cbe7a15182e8c0179e2e74b2f1dd9c8c539ff4;hpb=3bd65f0ca635f1349626c2393a4dd8a50df64f54;p=automated-distro-installer diff --git a/fai/config/class/DEBIAN.var b/fai/config/class/DEBIAN.var index 37cbe7a..dc133a5 100644 --- a/fai/config/class/DEBIAN.var +++ b/fai/config/class/DEBIAN.var @@ -1,3 +1,14 @@ +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 @@ -9,7 +20,7 @@ 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" +#FAI_RAMDISKS="$target/var/lib/dpkg $target/var/cache" # if you want to use the faiserver as APT proxy #APTPROXY=http://faiserver:3142