From cb6b8c6f2c67456e6006900accd698f8fc2f3b75 Mon Sep 17 00:00:00 2001 From: michael pereira Date: Wed, 23 Mar 2011 11:42:14 +0100 Subject: seriel liegt jetzt im root/ --- application/modules/dev/controllers/PrebootController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/modules/dev/controllers/PrebootController.php') diff --git a/application/modules/dev/controllers/PrebootController.php b/application/modules/dev/controllers/PrebootController.php index 5271450..985fa35 100644 --- a/application/modules/dev/controllers/PrebootController.php +++ b/application/modules/dev/controllers/PrebootController.php @@ -126,7 +126,7 @@ class dev_PrebootController extends Zend_Controller_Action $res = $zip->open("../resources/bootmedium/$prebootID/$bootisoID".".zip"); if($res === true){ $rootdir = $zip->getNameIndex(0); - $zip->addFromString($rootdir."build/rootfs/tmp/serial", $serialnumber); + $zip->addFromString($rootdir."build/rootfs/serial", $serialnumber); $zip->close(); } } -- cgit v1.2.3-55-g7522