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/ipxe/controllers | |
| parent | ipxe gefixt (diff) | |
| download | pbs2-de8aded4ca08e06b72045377fd932c4c25cbe6de.tar.gz pbs2-de8aded4ca08e06b72045377fd932c4c25cbe6de.tar.xz pbs2-de8aded4ca08e06b72045377fd932c4c25cbe6de.zip | |
vesamenu
Diffstat (limited to 'application/modules/ipxe/controllers')
| -rw-r--r-- | application/modules/ipxe/controllers/AuthController.php | 4 |
1 files changed, 2 insertions, 2 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))); |
