diff options
| author | michael pereira | 2011-08-05 15:58:02 +0200 |
|---|---|---|
| committer | michael pereira | 2011-08-05 15:58:02 +0200 |
| commit | 0b159816651cfb6f6ddac41ac5983b0d6b9f3bc3 (patch) | |
| tree | 035dccc3acb892372680c8def6952fe6db36441e /application/modules/ipxe/controllers/AuthController.php | |
| parent | initrd test (diff) | |
| download | pbs2-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.php | 2 |
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"; |
