summaryrefslogtreecommitdiffstats
path: root/application/modules/ipxe/controllers/AuthController.php
diff options
context:
space:
mode:
authormichael pereira2011-09-19 16:58:55 +0200
committermichael pereira2011-09-19 16:58:55 +0200
commit3f4a24a7c4bf2192e16096bf357cdd99d2ea5eb8 (patch)
treec1a624ba675799b9ea2ced9ff3e3c624d2cea058 /application/modules/ipxe/controllers/AuthController.php
parentipxe gefixt (diff)
downloadpbs2-3f4a24a7c4bf2192e16096bf357cdd99d2ea5eb8.tar.gz
pbs2-3f4a24a7c4bf2192e16096bf357cdd99d2ea5eb8.tar.xz
pbs2-3f4a24a7c4bf2192e16096bf357cdd99d2ea5eb8.zip
ipxe gefixt
Diffstat (limited to 'application/modules/ipxe/controllers/AuthController.php')
-rw-r--r--application/modules/ipxe/controllers/AuthController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/ipxe/controllers/AuthController.php b/application/modules/ipxe/controllers/AuthController.php
index 6a5506b..5778bfb 100644
--- a/application/modules/ipxe/controllers/AuthController.php
+++ b/application/modules/ipxe/controllers/AuthController.php
@@ -76,7 +76,7 @@ class Ipxe_AuthController extends Zend_Controller_Action
}else{
$result .= "set 209:string http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenuconfig/alpha/".$session->getAlphasessionID()."/login/false\n";
$result .= "set 210:string http://".$_SERVER['HTTP_HOST']."/\n";
- $result .= "chain \${210:string}ipxe/resource/getpxelinux/alpha/".$session->getAlphasessionID();
+ $result .= "chain \${210:string}ipxe/resource/getpxelinux/alpha/".$session->getAlphasessionID()."/pxelinux.0s";
}
header("Content-Length: ".(strlen($result)));