3 fcopy -Bv /etc/dhcp3/dhcpd.conf /etc/default/tftpd-hpa # not needed /etc/apache2/conf.d
6 fcopy /etc/fai/apt/sources.list /etc/approx.conf
8 if [ $FAI_ACTION = "install" ]; then
10 # use the same sources.list for the server itself and the clients
11 cp -a $target/etc/fai/apt $target/etc/
13 rm -f $target/etc/resolv.conf
15 # create some host entries
16 perl -e 'for (1..25) {printf "192.168.1.%s atom%02s\n",$_,$_;}' >> $target/etc/hosts