summaryrefslogtreecommitdiffstats
path: root/application/modules
diff options
context:
space:
mode:
authormichael pereira2011-07-11 01:47:50 +0200
committermichael pereira2011-07-11 01:47:50 +0200
commita492e5d17529bc4ab787f8e0bae012d925ff09f7 (patch)
tree44af3e5a091e622af90882b6c8c08f882010dcfa /application/modules
parentSession und Filter fuer ipxe Bootmenu (diff)
downloadpbs2-a492e5d17529bc4ab787f8e0bae012d925ff09f7.tar.gz
pbs2-a492e5d17529bc4ab787f8e0bae012d925ff09f7.tar.xz
pbs2-a492e5d17529bc4ab787f8e0bae012d925ff09f7.zip
Session und Filter fuer ipxe Bootmenu
Diffstat (limited to 'application/modules')
-rw-r--r--application/modules/ipxe/views/scripts/resource/getvesamenu.phtml4
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 3e74957..e09f8b2 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/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/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());
}
}
}