diff options
author | Michael Neves | 2012-06-27 18:22:49 +0200 |
---|---|---|
committer | Michael Neves | 2012-06-27 18:22:49 +0200 |
commit | 295eed346a2a85bd8f63cb93a7eabb9660a3b11b (patch) | |
tree | 22727fd924ed04a2461d3e416ddfa198129ff43f | |
parent | ipxe boottustedsystem (diff) | |
download | pbs2-295eed346a2a85bd8f63cb93a7eabb9660a3b11b.tar.gz pbs2-295eed346a2a85bd8f63cb93a7eabb9660a3b11b.tar.xz pbs2-295eed346a2a85bd8f63cb93a7eabb9660a3b11b.zip |
ipxe boottustedsystem
-rw-r--r-- | application/modules/ipxe/controllers/ResourceController.php | 2 |
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"; |