You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bootptab 751B

1234567891011121314151617181920212223242526272829
  1. # /etc/bootptab: database for QNX bootp server (/etc/bootpd)
  2. # First, we define a global entry which specifies the stuff every host uses.
  3. global:\
  4. :hd=/boot:\
  5. :ht=ethernet:\
  6. :sm=<your netmask here>:\
  7. :bf=|cd /boot; buildqnx -b 0x10000 build/<your build-file here> | mkQNXnbi:\
  8. :hn:
  9. # node 2 uses the default build-file
  10. node2:\
  11. :tc=global:\
  12. :ha=<your MAC here>:\
  13. :ip=<your IP address here>:
  14. # node 3 uses its own build-file
  15. node3:\
  16. :tc=global:\
  17. :ha=<your MAC here>:\
  18. :ip=<your IP address here>:\
  19. :bf=|cd /boot; buildqnx -b 0x10000 build/<your build-file here> | mkQNXnbi:
  20. # node 4 uses a pre-built boot image
  21. node3:\
  22. :tc=global:\
  23. :ha=<your MAC here>:\
  24. :ip=<your IP address here>:\
  25. :bf=images/<your image-file here>: