summaryrefslogtreecommitdiffstats
path: root/application/modules/ipxe/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/ipxe/controllers')
-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 09df25a..c656cd4 100644
--- a/application/modules/ipxe/controllers/AuthController.php
+++ b/application/modules/ipxe/controllers/AuthController.php
@@ -78,7 +78,7 @@ class Ipxe_AuthController extends Zend_Controller_Action
}
$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()."/file/pxelinux.0\n";
header("Content-Length: ".(strlen($result)));