bug fix
[automated-distro-installer] / fai / config / class / DEFAULT.var
index 1c8de546b464620982fa603ee1d7d28e45608a39..d574d7da6dd183b126219aed84f869436642700e 100644 (file)
@@ -6,6 +6,10 @@ LOGUSER=fai
 # when downloading from https intead of nfs, this is not set,
 # it is used as the default for LOGSERVER, and for calling chboot.
 # My faiserver's hostname is always faiserver, so just hardcoding it.
-SERVER=faiserver
+# I used bare host in the past, thinking that I could vary this
+# between different networks I was on, but it is simpler to just
+# user an internet domain that I control.
+SERVER=faiserver.b8.nz
 
-APTPROXY=http://faiserver:3142
+# busted for debian, no time to troubleshoot atm
+#APTPROXY=http://faiserver:3142