From 8141f2e320c724908d64fae08ad7611bb028db72 Mon Sep 17 00:00:00 2001 From: Michael Neves Date: Wed, 27 Jun 2012 17:51:04 +0200 Subject: ipxe resourcecontroller add bootSystem Function --- application/modules/ipxe/controllers/ResourceController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/modules/ipxe/controllers/ResourceController.php b/application/modules/ipxe/controllers/ResourceController.php index ce1de6e..ffa2ae8 100644 --- a/application/modules/ipxe/controllers/ResourceController.php +++ b/application/modules/ipxe/controllers/ResourceController.php @@ -209,7 +209,7 @@ class Ipxe_ResourceController extends Zend_Controller_Action { } } - public function bootSystem() { + public function bootsystemAction() { $bootmenuntryID = $this->_request->getParam('bme'); @@ -241,7 +241,7 @@ class Ipxe_ResourceController extends Zend_Controller_Action { }else{ $result .= "imgargs kernel alpha=".$this->session->getAlphasessionID()."file=$this->httpmode://$this->host/c/".$this->session->getAlphasessionID()."/default.tgz ".$bme->getKclappend(); } - $result .= "boot"; + $result .= "boot"; } else { $result .= "chain http://".$_SERVER['HTTP_HOST']."/ipxe/vesamenu.c32 http://".$_SERVER['HTTP_HOST']."/ipxe/resource/getvesamenuconfig/serialnumber/$serialnumber/mac/$mac/error/session\n"; -- cgit v1.2.3-55-g7522