static usb ethnet addresses
[automated-distro-installer] / fai / config / class / DEBIAN.var
index 492d9950ab2fd4be399e9c302fdaec84fadbf8be..18b49b5022af6bea3fd5497983106163dd744b76 100644 (file)
@@ -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