X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=fai%2Fconfig%2Fclass%2FDEBIAN.var;h=18b49b5022af6bea3fd5497983106163dd744b76;hp=492d9950ab2fd4be399e9c302fdaec84fadbf8be;hb=HEAD;hpb=723056c40d38694c14d9bcb6b4a3108f7054a2a1 diff --git a/fai/config/class/DEBIAN.var b/fai/config/class/DEBIAN.var index 492d995..18b49b5 100644 --- a/fai/config/class/DEBIAN.var +++ b/fai/config/class/DEBIAN.var @@ -1,6 +1,7 @@ -release=bookworm -apt_cdn=http://deb.debian.org -security_cdn=http://security.debian.org +# ian, commented, sources are set with fcopy +# release=bookworm +# 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 @@ -20,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