1234567891011121314151617181920212223242526272829 |
-
-
-
- global:\
- :hd=/boot:\
- :ht=ethernet:\
- :sm=<your netmask here>:\
- :bf=|cd /boot; buildqnx -b 0x10000 build/<your build-file here> | mkQNXnbi:\
- :hn:
-
-
- node2:\
- :tc=global:\
- :ha=<your MAC here>:\
- :ip=<your IP address here>:
-
-
- node3:\
- :tc=global:\
- :ha=<your MAC here>:\
- :ip=<your IP address here>:\
- :bf=|cd /boot; buildqnx -b 0x10000 build/<your build-file here> | mkQNXnbi:
-
-
- node3:\
- :tc=global:\
- :ha=<your MAC here>:\
- :ip=<your IP address here>:\
- :bf=images/<your image-file here>:
|