3
fcopy -Bv /etc/dhcp3/dhcpd.conf /etc/default/tftpd-hpa # not needed /etc/apache2/conf.d
6
#/etc/fai/fai.conf /etc/fai/make-fai-nfsroot.conf
7
fcopy /etc/apt-proxy/apt-proxy-v2.conf /etc/fai/apt/sources.list
8
# use the same sources.list for the server itself and the clients
9
cp -a $target/etc/fai/apt $target/etc/
11
rm -f $target/etc/resolv.conf
13
# create some host entries
14
perl -e 'for (1..25) {printf "192.168.1.%s atom%02s\n",$_,$_;}' >> $target/etc/hosts