-# via local partial mirror (was mirror on fai-cd)
-deb http://faiserver/debian squeeze main
-#deb http://faiserver/debian squeeze/updates main
-#deb http://faiserver/debian-security squeeze/updates main contrib non-free
-
-# via approx
-deb http://faiserver:9999/debian squeeze main contrib non-free
-deb http://faiserver:9999/security squeeze/updates main contrib non-free
+# deb http://mirror.fsf.org/trisquel/ belenos main
+
+# deb http://mirror.fsf.org/trisquel/ belenos-updates main
+# deb http://archive.trisquel.info/trisquel belenos-security main
+
+# See http://trisquel.info/wiki/ for how to upgrade to
+# newer versions of the distribution.
+deb http://mirror.fsf.org/trisquel/ belenos main
+deb-src http://mirror.fsf.org/trisquel/ belenos main
+
+deb http://mirror.fsf.org/trisquel/ belenos-updates main
+deb-src http://mirror.fsf.org/trisquel/ belenos-updates main
+
+deb http://mirror.fsf.org/trisquel/ belenos-security main
+deb-src http://mirror.fsf.org/trisquel/ belenos-security main
+
+# Uncomment this lines to enable the backports optional repository
+deb http://mirror.fsf.org/trisquel/ belenos-backports main
+deb-src http://mirror.fsf.org/trisquel/ belenos-backports main
+
+
+
# nfs://<install server>/$FAI_CONFIGDIR
# supported URL-types: nfs, file, cvs, cvs+ssh, svn+file, svn+http,
# git, git+http, hg+http
-#FAI_CONFIG_SRC=nfs://yourservername/path/to/config/space
+FAI_CONFIG_SRC=git+ssh://git@vcs.fsf.org:fai-configs.git
# LOGUSER: an account on the install server which saves all log-files
# and which can change the kernel that is booted via network.
# Do not change them unless you know what you are doing!
# mount point where the mirror will be mounted
-MNTPOINT=/media/mirror
+MNTPOINT=/srv/fai/mirror
# the local configuration directory on the install client
-FAI=/var/lib/fai/config
+FAI=/srv/fai/config
+
NFSROOT_ETC_HOSTS="192.168.1.250 faiserver"
# 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
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# following lines should be read only for most of you
-FAI_DEBOOTSTRAP_OPTS="--exclude=info"
+FAI_DEBOOTSTRAP_OPTS="--exclude=info,dhcp-client --include=aptitude"
+