Ver código fonte

added power off option in pxe menu

tags/v1.0.0
Robin Thoni 8 anos atrás
pai
commit
326aa31dcd
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5
    0
      data/apache/files/boot.ipxe

+ 5
- 0
data/apache/files/boot.ipxe Ver arquivo

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

Carregando…
Cancelar
Salvar