From 295eed346a2a85bd8f63cb93a7eabb9660a3b11b Mon Sep 17 00:00:00 2001 From: Michael Neves Date: Wed, 27 Jun 2012 18:22:49 +0200 Subject: ipxe boottustedsystem --- application/modules/ipxe/controllers/ResourceController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- cgit v1.2.3-55-g7522