diff options
| author | michael pereira | 2011-07-11 01:51:14 +0200 |
|---|---|---|
| committer | michael pereira | 2011-07-11 01:51:14 +0200 |
| commit | 1fba5b4cf87e3cf14fcefa31fb9eae6e6f767348 (patch) | |
| tree | 5cce6ae35f774cfc7249aa1f8f274fcea00bc0df /application/modules | |
| parent | Session und Filter fuer ipxe Bootmenu (diff) | |
| download | pbs2-1fba5b4cf87e3cf14fcefa31fb9eae6e6f767348.tar.gz pbs2-1fba5b4cf87e3cf14fcefa31fb9eae6e6f767348.tar.xz pbs2-1fba5b4cf87e3cf14fcefa31fb9eae6e6f767348.zip | |
kleiner fix
Diffstat (limited to 'application/modules')
| -rw-r--r-- | application/modules/ipxe/views/scripts/resource/getvesamenu.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml index 586f17a..6785183 100644 --- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml +++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml @@ -125,10 +125,10 @@ if(isset($this->bmelist)){ if($bme->getKcl() && $kcl != null){ uriboot ( $bme->getTitle(), - "http://$this->host/ipxe/start/alpha/$this->alphaID/bme/".$bme->getID(), "initrd=http://$this->host/resource/getinitramfs/alpha/$this->alphaID/file/initramfs $kcl alpha=$this->alphaID file=http://$this->host/c/$this->alphaID/default.tgz ".$bme->getKclappend()); + "http://$this->host/ipxe/resource/start/alpha/$this->alphaID/bme/".$bme->getID(), "initrd=http://$this->host/resource/getinitramfs/alpha/$this->alphaID/file/initramfs $kcl alpha=$this->alphaID file=http://$this->host/c/$this->alphaID/default.tgz ".$bme->getKclappend()); }else{ uriboot ( $bme->getTitle(), - "http://$this->host/ipxe/start/alpha/$this->alphaID/bme/".$bme->getID(), "initrd=http://$this->host/resource/getinitramfs/alpha/$this->alphaID/file/initramfs alpha=$this->alphaID file=http://$this->host/c/$this->alphaID/default.tgz ".$bme->getKclappend()); + "http://$this->host/ipxe/resource/start/alpha/$this->alphaID/bme/".$bme->getID(), "initrd=http://$this->host/resource/getinitramfs/alpha/$this->alphaID/file/initramfs alpha=$this->alphaID file=http://$this->host/c/$this->alphaID/default.tgz ".$bme->getKclappend()); } } } |
