From 6df6f052404600e8a0cfa3c53e8a2c9da1a1475f Mon Sep 17 00:00:00 2001 From: Michael Neves Date: Wed, 27 Jun 2012 18:21:09 +0200 Subject: ipxe boottustedsystem --- application/modules/ipxe/views/scripts/resource/getvesamenu.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/modules/ipxe/views/scripts') diff --git a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml index 17fda91..8de8285 100644 --- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml +++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml @@ -153,7 +153,7 @@ MENU MSGCOLOR #ff1c2a33 #00000000 none if(isset($this->bmelist)){ foreach($this->bmelist as $bme){ uriboot ( $bme->getTitle(), - "$this->httpmode://$this->host/ipxe/resource/bootSystem/alpha/$this->alphaID/bme/".$bme->getID(), ""); + "$this->httpmode://$this->host/ipxe/resource/boottrustedsystem/alpha/$this->alphaID/bme/".$bme->getID(), ""); } }else{ nobootmenu(); -- cgit v1.2.3-55-g7522