diff options
| author | michael pereira | 2011-09-20 16:24:42 +0200 |
|---|---|---|
| committer | michael pereira | 2011-09-20 16:24:42 +0200 |
| commit | de8aded4ca08e06b72045377fd932c4c25cbe6de (patch) | |
| tree | 9d6a8f4c76e40df295ec1f169e71775c40bf8752 /application/modules | |
| parent | ipxe gefixt (diff) | |
| download | pbs2-de8aded4ca08e06b72045377fd932c4c25cbe6de.tar.gz pbs2-de8aded4ca08e06b72045377fd932c4c25cbe6de.tar.xz pbs2-de8aded4ca08e06b72045377fd932c4c25cbe6de.zip | |
vesamenu
Diffstat (limited to 'application/modules')
| -rw-r--r-- | application/modules/ipxe/controllers/AuthController.php | 4 | ||||
| -rw-r--r-- | application/modules/ipxe/views/scripts/resource/getvesamenu.phtml | 2 |
2 files changed, 3 insertions, 3 deletions
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 <?php echo "http://$this->host/ipxe/resource/getvesamenu/alpha/$this->alphaID/vesamenu.c32\n"; ?> +DEFAULT <?php echo "http://$this->host/ipxe/resource/getvesamenu/alpha/$this->alphaID/vesamenu.c32"; ?> MENU BACKGROUND http://pbs2.mp.openslx.org/media/img/pbs2.png MENU WIDTH 78 |
