Explorar el Código

added power off option in pxe menu

tags/v1.0.0
Robin Thoni hace 8 años
padre
commit
326aa31dcd
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5
    0
      data/apache/files/boot.ipxe

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

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…
Cancelar
Guardar