summaryrefslogtreecommitdiffstats
path: root/application/modules/ipxe/controllers
diff options
context:
space:
mode:
authormichael pereira2011-10-31 00:47:30 +0100
committermichael pereira2011-10-31 00:47:30 +0100
commit9b238ed3f0eb9e22be51a7c4d0f4acda6ce97b9a (patch)
treeec09faa8e7187d77ef43da5ddaab31251b939186 /application/modules/ipxe/controllers
parentlogin (diff)
downloadpbs2-9b238ed3f0eb9e22be51a7c4d0f4acda6ce97b9a.tar.gz
pbs2-9b238ed3f0eb9e22be51a7c4d0f4acda6ce97b9a.tar.xz
pbs2-9b238ed3f0eb9e22be51a7c4d0f4acda6ce97b9a.zip
login
Diffstat (limited to 'application/modules/ipxe/controllers')
-rw-r--r--application/modules/ipxe/controllers/AuthController.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/application/modules/ipxe/controllers/AuthController.php b/application/modules/ipxe/controllers/AuthController.php
index 44fafbf..ecd43da 100644
--- a/application/modules/ipxe/controllers/AuthController.php
+++ b/application/modules/ipxe/controllers/AuthController.php
@@ -84,7 +84,9 @@ class Ipxe_AuthController extends Zend_Controller_Action
if(isset($this->session)){
$result .= "set filename http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenuconfig/alpha/".$this->session->getAlphasessionID()."/error/$this->error\n";
$result .= ":start\n";
- $result .= "chain http://".$_SERVER['HTTP_HOST']."/ipxe/vesamenu.c32 \${filename}\n";
+ $result .= "chain http://".$_SERVER['HTTP_HOST']."/ipxe/vesamenu.c32 \${filename}\n";
+ $result .= "show filename\n";
+ $result .= "prompt\n";
$result .= "goto start\n";
}else{
$result .= "chain http://".$_SERVER['HTTP_HOST']."/ipxe/vesamenu.c32 http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenuconfig/serialnumber/$serialnumber/mac/$mac/error/$this->error\n";