From 3f4a24a7c4bf2192e16096bf357cdd99d2ea5eb8 Mon Sep 17 00:00:00 2001 From: michael pereira Date: Mon, 19 Sep 2011 16:58:55 +0200 Subject: ipxe gefixt --- application/modules/ipxe/controllers/AuthController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/modules/ipxe') 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))); -- cgit v1.2.3-55-g7522