diff options
| author | michael pereira | 2011-10-27 18:50:56 +0200 |
|---|---|---|
| committer | michael pereira | 2011-10-27 18:50:56 +0200 |
| commit | 3292ee2b0d6123369674331a8e768cf194b19852 (patch) | |
| tree | f0dd70a4979b2fb2cafcf7f9fd9e5b55bf464302 /application/modules/ipxe | |
| parent | start label for vesamenu (diff) | |
| download | pbs2-3292ee2b0d6123369674331a8e768cf194b19852.tar.gz pbs2-3292ee2b0d6123369674331a8e768cf194b19852.tar.xz pbs2-3292ee2b0d6123369674331a8e768cf194b19852.zip | |
start label for vesamenu
Diffstat (limited to 'application/modules/ipxe')
| -rw-r--r-- | application/modules/ipxe/controllers/AuthController.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/application/modules/ipxe/controllers/AuthController.php b/application/modules/ipxe/controllers/AuthController.php index 7056cb6..f7bc897 100644 --- a/application/modules/ipxe/controllers/AuthController.php +++ b/application/modules/ipxe/controllers/AuthController.php @@ -85,8 +85,9 @@ class Ipxe_AuthController extends Zend_Controller_Action if(isset($this->session)){ $result .= ":start\n"; $result .= "chain http://".$_SERVER['HTTP_HOST']."/ipxe/vesamenu.c32 http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenuconfig/alpha/".$this->session->getAlphasessionID()."/error/$this->error\n"; - $result .= "imgselect login || goto start\n"; - $result .= "chain http://".$_SERVER['HTTP_HOST']."/ipxe/vesamenu.c32 http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenuconfig/alpha/".$this->session->getAlphasessionID()."/error/login\n"; +// $result .= "imgselect login || goto start\n"; +// $result .= "chain http://".$_SERVER['HTTP_HOST']."/ipxe/vesamenu.c32 http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenuconfig/alpha/".$this->session->getAlphasessionID()."/error/login\n"; + $result .= "shell\n"; }else{ $result .= "chain http://".$_SERVER['HTTP_HOST']."/ipxe/vesamenu.c32 http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenuconfig/serialnumer/$serialnumber/mac/$mac/error/$this->error\n"; } |
