⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bootptab

📁 linux下从网卡远程启动
💻
字号:
# /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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -