diff options
| author | michael pereira | 2011-07-11 01:41:53 +0200 |
|---|---|---|
| committer | michael pereira | 2011-07-11 01:41:53 +0200 |
| commit | e69dbd85edbecc8c51d6d455211669823e8facc3 (patch) | |
| tree | ce2bb30269114f86bc7cc3e69e1b1e9a96182292 /application/modules/ipxe/views/scripts | |
| parent | Session und Filter fuer ipxe Bootmenu (diff) | |
| download | pbs2-e69dbd85edbecc8c51d6d455211669823e8facc3.tar.gz pbs2-e69dbd85edbecc8c51d6d455211669823e8facc3.tar.xz pbs2-e69dbd85edbecc8c51d6d455211669823e8facc3.zip | |
Session und Filter fuer ipxe Bootmenu
Diffstat (limited to 'application/modules/ipxe/views/scripts')
| -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 cb440cb..3e74957 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/resource/getkernel/alpha/$this->alphaID/file/kernel", "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/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/resource/getkernel/alpha/$this->alphaID/file/kernel", "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/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()); } } } |
