summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Neves2012-06-27 18:22:49 +0200
committerMichael Neves2012-06-27 18:22:49 +0200
commit295eed346a2a85bd8f63cb93a7eabb9660a3b11b (patch)
tree22727fd924ed04a2461d3e416ddfa198129ff43f
parentipxe boottustedsystem (diff)
downloadpbs2-295eed346a2a85bd8f63cb93a7eabb9660a3b11b.tar.gz
pbs2-295eed346a2a85bd8f63cb93a7eabb9660a3b11b.tar.xz
pbs2-295eed346a2a85bd8f63cb93a7eabb9660a3b11b.zip
ipxe boottustedsystem
-rw-r--r--application/modules/ipxe/controllers/ResourceController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/ipxe/controllers/ResourceController.php b/application/modules/ipxe/controllers/ResourceController.php
index 686abab..ba3c829 100644
--- a/application/modules/ipxe/controllers/ResourceController.php
+++ b/application/modules/ipxe/controllers/ResourceController.php
@@ -289,7 +289,7 @@ class Ipxe_ResourceController extends Zend_Controller_Action {
$kcl = $bootosmapper->find($bootosID)->getDefaultkcl();
- $result .= "imgtrust --permanent";
+ $result .= "imgtrust --permanent\n";
$result .= "kernel --name kernel $this->httpmode://$this->host/ipxe/resource/getkernel/alpha/".$this->session->getAlphasessionID()."\n";
$result .= "imgverify kernel $this->httpmode://$this->host/ipxe/resource/getsignature/file/kernel/alpha/".$this->session->getAlphasessionID()."\n";
$result .= "initrd --name initramfs $this->httpmode://$this->host/ipxe/resource/getinitramfs/alpha/".$this->session->getAlphasessionID()."\n";