我已经安装了 DRBL 服务器。
当 PXE 启动开始时,DRBL 菜单有 3 个选项 1. DRBL Load 2. Local OS if exist 3. Memory Test.
第一个选项会在 5 秒后触发,但是我想更改它,因此默认选项将是:本地操作系统。这是为了防止用户错误地加载 DRBL 操作系统。
请问我该怎么做?
答案1
我已经收到我的答复DRBL 论坛
In the file
/tftpboot/nbi_img/pxelinux.cfg/default
are the settings to do this. (Note: if line begins with # that means it's commented out)
drbl is the default
label drbl
MENU DEFAULT
change it
label drbl
# MENU DEFAULT
then uncomment
label local
MENU DEFAULT
MENU HIDE