summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichael pereira2011-09-21 16:32:56 +0200
committermichael pereira2011-09-21 16:32:56 +0200
commit5bbae69a41d94a612d50bc88f347074f799218a5 (patch)
tree82c4ccec32e78cceed8c3f9914e1380d7323adc9
parentgpxecmd.c32 (diff)
downloadpbs2-5bbae69a41d94a612d50bc88f347074f799218a5.tar.gz
pbs2-5bbae69a41d94a612d50bc88f347074f799218a5.tar.xz
pbs2-5bbae69a41d94a612d50bc88f347074f799218a5.zip
gpxecmd.c32
-rw-r--r--application/modules/ipxe/views/scripts/resource/getvesamenu.phtml6
1 files changed, 3 insertions, 3 deletions
diff --git a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
index 5615afd..5b1c5dd 100644
--- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
+++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
@@ -18,9 +18,9 @@
function uriboot ( $label, $uri, $args ) {
label ( $label );
- echo " kernel ".$uri."\n";
+ echo " COM32 ".$uri."\n";
if ( $args )
- echo " append ".$args."\n";
+ echo " APPEND ".$args."\n";
}
function localboot () {
@@ -126,7 +126,7 @@ MENU MSGCOLOR #ff1c2a33 #00000000 none
}
if(!$this->login){
- uriboot ( "Login", "http://$this->host/ipxe/cmd.c32", "chain http://$this->host/ipxe/auth/serial/serialnumber/55-44-33-22-11/mac/123/login/false" );
+ uriboot ( "Login", "http://$this->host/ipxe/gpxecmd.c32", "chain http://$this->host/ipxe/auth/serial/serialnumber/55-44-33-22-11/mac/123/login/false" );
texthelp("Login to get your own Bootmenu.");
}