| 1 |
# /etc/bootptab example for FAI
|
| 2 |
# replace FAISERVER with the name of your install server
|
| 3 |
|
| 4 |
.faiglobal:\
|
| 5 |
:ms=1024:\
|
| 6 |
:hd=/srv/tftp/fai:\
|
| 7 |
:hn:bs=auto:\
|
| 8 |
:rp=/srv/fai/nfsroot:
|
| 9 |
|
| 10 |
# rp: the nfsroot on the install server
|
| 11 |
# your local values
|
| 12 |
#
|
| 13 |
# sa: your tftp server (install server)
|
| 14 |
# ts: your timeserver (time enabled in inetd.conf)
|
| 15 |
# T170: location of FAI configuration directory. Not used any more here.
|
| 16 |
# T171: FAI_ACTION. Not used any more here.
|
| 17 |
# T172: FAI_FLAGS, e.g. verbose, debug, reboot, sshd
|
| 18 |
# T173: reserved for future use
|
| 19 |
# sm: subnet mask
|
| 20 |
# gw: router/gateway address
|
| 21 |
# dn: domainname
|
| 22 |
# ds: list of nameservers
|
| 23 |
|
| 24 |
# these are optional
|
| 25 |
# ys: NIS server
|
| 26 |
# yd: NIS domainname
|
| 27 |
# nt: list of NTP servers
|
| 28 |
|
| 29 |
.failocal:\
|
| 30 |
:tc=.faiglobal:\
|
| 31 |
:sa=FAISERVER:\
|
| 32 |
:ts=FAISERVER:\
|
| 33 |
:T172="sshd verbose createvt":\
|
| 34 |
:sm=255.255.255.0:\
|
| 35 |
:gw=134.95.9.254:\
|
| 36 |
:dn=informatik.uni-koeln.de:\
|
| 37 |
:ds=134.95.9.136,134.95.129.23,134.95.100.208,134.95.140.208:\
|
| 38 |
:ys=rubens:yd=informatik4711.YP:\
|
| 39 |
:nt=time.rrz.uni-koeln.de,time2.rrz.uni-koeln.de:
|
| 40 |
|
| 41 |
# now one entry for each install client
|
| 42 |
bigfoot:ha=0x00103B240012:bf=bigfoot:tc=.failocal:T172="verbose createvt sshd debug ":
|
| 43 |
ant01:ha=0x00105A000000:bf=ant01:tc=.failocal:T172="sshd":
|