summaryrefslogtreecommitdiffstats
path: root/application/modules/ipxe
diff options
context:
space:
mode:
authormichael pereira2011-08-05 13:51:30 +0200
committermichael pereira2011-08-05 13:51:30 +0200
commit0338b7fb3de1b171fc05c6d7569c51cd837ae9fb (patch)
treea0f1da990291557507e557550ed4ad8fab2257ae /application/modules/ipxe
parentinitrd test (diff)
downloadpbs2-0338b7fb3de1b171fc05c6d7569c51cd837ae9fb.tar.gz
pbs2-0338b7fb3de1b171fc05c6d7569c51cd837ae9fb.tar.xz
pbs2-0338b7fb3de1b171fc05c6d7569c51cd837ae9fb.zip
initrd test
Diffstat (limited to 'application/modules/ipxe')
-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 ac375a9..3f01dad 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()."\n";
- $result .= "initrd 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()." 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 .= "module http://pbs2.mp.openslx.org/media/img/pbs2.png\n";