summaryrefslogtreecommitdiffstats
path: root/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
diff options
context:
space:
mode:
authorMichael Neves2012-06-27 18:21:09 +0200
committerMichael Neves2012-06-27 18:21:09 +0200
commit6df6f052404600e8a0cfa3c53e8a2c9da1a1475f (patch)
tree367fea52e525f9c097db571405c9540a8daab880 /application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
parentipxe resourcecontroller add bootSystem Function (diff)
downloadpbs2-6df6f052404600e8a0cfa3c53e8a2c9da1a1475f.tar.gz
pbs2-6df6f052404600e8a0cfa3c53e8a2c9da1a1475f.tar.xz
pbs2-6df6f052404600e8a0cfa3c53e8a2c9da1a1475f.zip
ipxe boottustedsystem
Diffstat (limited to 'application/modules/ipxe/views/scripts/resource/getvesamenu.phtml')
-rw-r--r--application/modules/ipxe/views/scripts/resource/getvesamenu.phtml2
1 files changed, 1 insertions, 1 deletions
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();