diff options
| author | michael pereira | 2011-09-27 12:38:11 +0200 |
|---|---|---|
| committer | michael pereira | 2011-09-27 12:38:11 +0200 |
| commit | 557b73d50c4cff9e345ad6ccec664169186135f1 (patch) | |
| tree | ea7d641342921e65198b71e5843ad91c66e2b8fb /application/modules/ipxe/views/scripts | |
| parent | vesamenu (diff) | |
| download | pbs2-557b73d50c4cff9e345ad6ccec664169186135f1.tar.gz pbs2-557b73d50c4cff9e345ad6ccec664169186135f1.tar.xz pbs2-557b73d50c4cff9e345ad6ccec664169186135f1.zip | |
vesamenu
Diffstat (limited to 'application/modules/ipxe/views/scripts')
| -rw-r--r-- | application/modules/ipxe/views/scripts/resource/getvesamenu.phtml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml index 2d187ac..aa2e7f5 100644 --- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml +++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml @@ -30,9 +30,8 @@ } function localboot () { - //label ( "LOCALBOOT"); - //echo "LOCALBOOT -1\n"; - uriboot ( "LOCALBOOT", "/ipxe/auth/localboot", "" ); + label ( "LOCALBOOT"); + echo "LOCALBOOT -1\n"; texthelp("Gets you out of here by booting from next device in BIOS boot order."); } |
