From 0b159816651cfb6f6ddac41ac5983b0d6b9f3bc3 Mon Sep 17 00:00:00 2001 From: michael pereira Date: Fri, 5 Aug 2011 15:58:02 +0200 Subject: initrd test --- application/modules/ipxe/controllers/AuthController.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'application/modules/ipxe/controllers/AuthController.php') 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"; -- cgit v1.2.3-55-g7522