From de8aded4ca08e06b72045377fd932c4c25cbe6de Mon Sep 17 00:00:00 2001 From: michael pereira Date: Tue, 20 Sep 2011 16:24:42 +0200 Subject: vesamenu --- application/modules/ipxe/controllers/AuthController.php | 4 ++-- application/modules/ipxe/views/scripts/resource/getvesamenu.phtml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'application/modules') diff --git a/application/modules/ipxe/controllers/AuthController.php b/application/modules/ipxe/controllers/AuthController.php index 49cc1d9..5ee0717 100644 --- a/application/modules/ipxe/controllers/AuthController.php +++ b/application/modules/ipxe/controllers/AuthController.php @@ -75,8 +75,8 @@ class Ipxe_AuthController extends Zend_Controller_Action $result .= "kernel http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenu/alpha/".$session->getAlphasessionID()." http://\${username:uristring}:\${password:uristring}@".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenuconfig/alpha/".$session->getAlphasessionID()."/login/true\n"; }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}media/pxelinux.0"; + $result .= "set 210:string http://".$_SERVER['HTTP_HOST']."/media/\n"; + $result .= "chain \${210:string}pxelinux.0\n"; } header("Content-Length: ".(strlen($result))); diff --git a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml index ff36427..e68f93a 100644 --- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml +++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml @@ -58,7 +58,7 @@ ?> TIMEOUT 100 PROMPT 0 -DEFAULT host/ipxe/resource/getvesamenu/alpha/$this->alphaID/vesamenu.c32\n"; ?> +DEFAULT host/ipxe/resource/getvesamenu/alpha/$this->alphaID/vesamenu.c32"; ?> MENU BACKGROUND http://pbs2.mp.openslx.org/media/img/pbs2.png MENU WIDTH 78 -- cgit v1.2.3-55-g7522