summaryrefslogtreecommitdiffstats
path: root/contrib/mkQNXnbi/examples/bootptab
diff options
context:
space:
mode:
authorMarty Connor2010-01-17 03:47:39 +0100
committerMarty Connor2010-01-17 03:47:39 +0100
commit330abebddf67ab27998f64070f27d5874cbc7b06 (patch)
tree08f5954725930ee9c38b0afab4cb9a30c71ce7e3 /contrib/mkQNXnbi/examples/bootptab
parent[sanboot] Prevent leaking a stack reference for "keep-san" AoE (diff)
downloadipxe-330abebddf67ab27998f64070f27d5874cbc7b06.tar.gz
ipxe-330abebddf67ab27998f64070f27d5874cbc7b06.tar.xz
ipxe-330abebddf67ab27998f64070f27d5874cbc7b06.zip
[contrib] Move most contrib content to a separate repository
Most of the content that was previously in this directory has been moved to a separate git repository: http://git.etherboot.org/?p=contrib.git;a=summary or the Etherboot Project wiki: http://etherboot.org/
Diffstat (limited to 'contrib/mkQNXnbi/examples/bootptab')
-rw-r--r--contrib/mkQNXnbi/examples/bootptab29
1 files changed, 0 insertions, 29 deletions
diff --git a/contrib/mkQNXnbi/examples/bootptab b/contrib/mkQNXnbi/examples/bootptab
deleted file mode 100644
index 2077fa94..00000000
--- a/contrib/mkQNXnbi/examples/bootptab
+++ /dev/null
@@ -1,29 +0,0 @@
-# /etc/bootptab: database for QNX bootp server (/etc/bootpd)
-
-# First, we define a global entry which specifies the stuff every host uses.
-global:\
- :hd=/boot:\
- :ht=ethernet:\
- :sm=<your netmask here>:\
- :bf=|cd /boot; buildqnx -b 0x10000 build/<your build-file here> | mkQNXnbi:\
- :hn:
-
-# node 2 uses the default build-file
-node2:\
- :tc=global:\
- :ha=<your MAC here>:\
- :ip=<your IP address here>:
-
-# node 3 uses its own build-file
-node3:\
- :tc=global:\
- :ha=<your MAC here>:\
- :ip=<your IP address here>:\
- :bf=|cd /boot; buildqnx -b 0x10000 build/<your build-file here> | mkQNXnbi:
-
-# node 4 uses a pre-built boot image
-node3:\
- :tc=global:\
- :ha=<your MAC here>:\
- :ip=<your IP address here>:\
- :bf=images/<your image-file here>: