~fai/fai/fai.hardy

« back to all changes in this revision

Viewing changes to examples/simple/scripts/FAISERVER/10-conffiles

  • Committer: Reinhard Tartler
  • Date: 2008-02-14 09:38:36 UTC
  • mfrom: (1.1.4052 ubuntu)
  • Revision ID: siretart@tauware.de-20080214093836-7h0setrddcbdu62q
Upload of 3.2.1-0ubuntu1 to gutsy

this merge contains all commits up to to release of 3.2.1-0ubuntu1 to
gutsy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/bash
 
2
 
 
3
fcopy -Bv /etc/dhcp3/dhcpd.conf /etc/default/tftpd-hpa # not needed /etc/apache2/conf.d
 
4
fcopy -Bvr /etc/fai
 
5
 
 
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/
 
10
 
 
11
rm -f $target/etc/resolv.conf
 
12
 
 
13
# create some host entries
 
14
perl -e 'for (1..25) {printf "192.168.1.%s atom%02s\n",$_,$_;}' >> $target/etc/hosts