fixes for plugins
[fai-configs.git] / files / etc / fai / make-fai-nfsroot.conf / FAISERVER
index 6908d186bcbde141fa4cb7f09acaf1b5b5c46b8e..743141572447d2852ce0d2a0b86a180680e8e349 100644 (file)
@@ -13,10 +13,10 @@ FAI_CONFIGDIR=/srv/fai/config
 
 # Add a line for mirrorhost and installserver when DNS is not available
 # on the clients. This line(s) will be added to $nfsroot/etc/hosts.
-NFSROOT_ETC_HOSTS="192.168.1.250 faiserver"
+NFSROOT_ETC_HOSTS="192.168.0.37 faiserver0"
 
 # Parameter for debootstrap: "<suite> <mirror>"
-FAI_DEBOOTSTRAP="squeeze http://faiserver:9999/debian"
+FAI_DEBOOTSTRAP="belenos http://mirror.fsf.org/trisquel"
 
 # the encrypted (with md5 or crypt) root password on all install clients during
 # installation process; used when log in via ssh; default pw is: fai
@@ -33,4 +33,5 @@ FAI_ROOTPW='$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1'
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 # following lines should be read only for most of you
 
-FAI_DEBOOTSTRAP_OPTS="--exclude=info"
+FAI_DEBOOTSTRAP_OPTS="--exclude=info,dhcp-client --include=aptitude"
+