diff options
| author | michael pereira | 2011-08-05 14:06:59 +0200 |
|---|---|---|
| committer | michael pereira | 2011-08-05 14:06:59 +0200 |
| commit | 72c1ebb064eb9e972786feccf2a01b45ce304143 (patch) | |
| tree | 99ec3eb6934f2a5cac5c2cc436e288508faf2588 /application | |
| parent | initrd test (diff) | |
| download | pbs2-72c1ebb064eb9e972786feccf2a01b45ce304143.tar.gz pbs2-72c1ebb064eb9e972786feccf2a01b45ce304143.tar.xz pbs2-72c1ebb064eb9e972786feccf2a01b45ce304143.zip | |
initrd test
Diffstat (limited to 'application')
| -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 3f01dad..48e4c44 100644 --- a/application/modules/ipxe/controllers/AuthController.php +++ b/application/modules/ipxe/controllers/AuthController.php @@ -73,8 +73,8 @@ class Ipxe_AuthController extends Zend_Controller_Action $result .= "login\n"; $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 .= "kernel http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenu/alpha/".$session->getAlphasessionID()." http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenuconfig/alpha/".$session->getAlphasessionID()."/login/false\n"; - $result .= "module http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenu/alpha/".$session->getAlphasessionID()." http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenuconfig/alpha/".$session->getAlphasessionID()."/login/false\n"; + $result .= "kernel http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenu/alpha/".$session->getAlphasessionID()."\n"; + $result .= "imgargs ".$session->getAlphasessionID()." http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenuconfig/alpha/".$session->getAlphasessionID()."/login/false\n"; } $result .= "module http://pbs2.mp.openslx.org/media/img/pbs2.png\n"; |
