diff options
| author | Michael Neves | 2012-06-27 18:21:09 +0200 |
|---|---|---|
| committer | Michael Neves | 2012-06-27 18:21:09 +0200 |
| commit | 6df6f052404600e8a0cfa3c53e8a2c9da1a1475f (patch) | |
| tree | 367fea52e525f9c097db571405c9540a8daab880 /application/modules/ipxe/views/scripts/resource | |
| parent | ipxe resourcecontroller add bootSystem Function (diff) | |
| download | pbs2-6df6f052404600e8a0cfa3c53e8a2c9da1a1475f.tar.gz pbs2-6df6f052404600e8a0cfa3c53e8a2c9da1a1475f.tar.xz pbs2-6df6f052404600e8a0cfa3c53e8a2c9da1a1475f.zip | |
ipxe boottustedsystem
Diffstat (limited to 'application/modules/ipxe/views/scripts/resource')
| -rw-r--r-- | application/modules/ipxe/views/scripts/resource/getvesamenu.phtml | 2 |
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(); |
