bootptab

来自「linux下从网卡远程启动」· 代码 · 共 30 行

TXT
30
字号
# /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-filenode2:\  :tc=global:\  :ha=<your MAC here>:\  :ip=<your IP address here>:# node 3 uses its own build-filenode3:\  :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 imagenode3:\  :tc=global:\  :ha=<your MAC here>:\  :ip=<your IP address here>:\  :bf=images/<your image-file here>:

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?