summaryrefslogtreecommitdiffstats
path: root/application/modules
diff options
context:
space:
mode:
authormichael pereira2011-08-05 14:06:59 +0200
committermichael pereira2011-08-05 14:06:59 +0200
commit72c1ebb064eb9e972786feccf2a01b45ce304143 (patch)
tree99ec3eb6934f2a5cac5c2cc436e288508faf2588 /application/modules
parentinitrd test (diff)
downloadpbs2-72c1ebb064eb9e972786feccf2a01b45ce304143.tar.gz
pbs2-72c1ebb064eb9e972786feccf2a01b45ce304143.tar.xz
pbs2-72c1ebb064eb9e972786feccf2a01b45ce304143.zip
initrd test
Diffstat (limited to 'application/modules')
-rw-r--r--application/modules/ipxe/controllers/AuthController.php4
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";