summaryrefslogtreecommitdiffstats
path: root/application/modules/ipxe/controllers/AuthController.php
diff options
context:
space:
mode:
authormichael pereira2011-08-05 15:58:02 +0200
committermichael pereira2011-08-05 15:58:02 +0200
commit0b159816651cfb6f6ddac41ac5983b0d6b9f3bc3 (patch)
tree035dccc3acb892372680c8def6952fe6db36441e /application/modules/ipxe/controllers/AuthController.php
parentinitrd test (diff)
downloadpbs2-0b159816651cfb6f6ddac41ac5983b0d6b9f3bc3.tar.gz
pbs2-0b159816651cfb6f6ddac41ac5983b0d6b9f3bc3.tar.xz
pbs2-0b159816651cfb6f6ddac41ac5983b0d6b9f3bc3.zip
initrd test
Diffstat (limited to 'application/modules/ipxe/controllers/AuthController.php')
-rw-r--r--application/modules/ipxe/controllers/AuthController.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/application/modules/ipxe/controllers/AuthController.php b/application/modules/ipxe/controllers/AuthController.php
index 7c5ed24..494aa98 100644
--- a/application/modules/ipxe/controllers/AuthController.php
+++ b/application/modules/ipxe/controllers/AuthController.php
@@ -69,6 +69,8 @@ class Ipxe_AuthController extends Zend_Controller_Action
header('Content-Type: text/plain');
$result = "#!ipxe\n";
+ $result .= "imgfree\n";
+ $result .= "dhcp\n";
if($login){
$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";