summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichael pereira2011-09-21 16:09:29 +0200
committermichael pereira2011-09-21 16:09:29 +0200
commit6dad1d1597afcfddcd8674ad9dcb2afbbd738165 (patch)
tree686220343004d591bbddc22adf03bbeb1fc15746
parentgpxecmd.c32 (diff)
downloadpbs2-6dad1d1597afcfddcd8674ad9dcb2afbbd738165.tar.gz
pbs2-6dad1d1597afcfddcd8674ad9dcb2afbbd738165.tar.xz
pbs2-6dad1d1597afcfddcd8674ad9dcb2afbbd738165.zip
gpxecmd.c32
-rw-r--r--application/modules/ipxe/controllers/AuthController.php2
-rw-r--r--application/modules/ipxe/views/scripts/resource/getvesamenu.phtml2
2 files changed, 2 insertions, 2 deletions
diff --git a/application/modules/ipxe/controllers/AuthController.php b/application/modules/ipxe/controllers/AuthController.php
index 3d377b2..ab0f48f 100644
--- a/application/modules/ipxe/controllers/AuthController.php
+++ b/application/modules/ipxe/controllers/AuthController.php
@@ -68,7 +68,7 @@ class Ipxe_AuthController extends Zend_Controller_Action
header('Content-Type: text/plain');
- $result = "#!gpxe\n";
+ $result = "#!ipxe\n";
$result .= "imgfree\n";
if($login){
$result .= "login\n";
diff --git a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
index 95a9c11..3594a72 100644
--- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
+++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
@@ -126,7 +126,7 @@ MENU MSGCOLOR #ff1c2a33 #00000000 none
}
if(!$this->login){
- uriboot ( "Login", "http://$this->host/ipxe/gpxecmd.c32", "chain http://$this->host/ipxe/auth/serial/serialnumber/55-44-33-22-11/mac/123/login/true" );
+ 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.");
}