Browse Source

added power off option in pxe menu

tags/v1.0.0
Robin Thoni 6 years ago
parent
commit
326aa31dcd
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      data/apache/files/boot.ipxe

+ 5
- 0
data/apache/files/boot.ipxe View File

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

Loading…
Cancel
Save