浏览代码

added power off option in pxe menu

tags/v1.0.0
Robin Thoni 8 年前
父节点
当前提交
326aa31dcd
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5
    0
      data/apache/files/boot.ipxe

+ 5
- 0
data/apache/files/boot.ipxe 查看文件

39
 item chain-online Chain on rthoni.com
39
 item chain-online Chain on rthoni.com
40
 item config Config
40
 item config Config
41
 item shell Shell
41
 item shell Shell
42
+item --gap -- Power
42
 item reboot Reboot
43
 item reboot Reboot
44
+item poweroff Poweroff
43
 choose choice && goto ${choice}
45
 choose choice && goto ${choice}
44
 
46
 
45
 <?php
47
 <?php
60
 :reboot
62
 :reboot
61
 reboot
63
 reboot
62
 
64
 
65
+:poweroff
66
+poweroff
67
+
63
 :boot-install
68
 :boot-install
64
 set unix install/${install}
69
 set unix install/${install}
65
 set options vga=788 -- quiet
70
 set options vga=788 -- quiet

正在加载...
取消
保存