From 3f903f01d9d68f427d6afe8aa3daf24257c05c22 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Guido=20G=C3=BCnther?= Date: Thu, 2 Jul 2009 17:30:40 +0200 Subject: [PATCH] touch fakeroot.log indicationg we're done creating the appliance --- appliance/make.sh.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appliance/make.sh.in b/appliance/make.sh.in index cf772e0..57f5223 100755 --- a/appliance/make.sh.in +++ b/appliance/make.sh.in @@ -141,5 +141,7 @@ __EOF__ elif [ "@DIST@" = "DEBIAN" ]; then cd @top_builddir@/appliance debirf make -n debian + mkdir -p @top_builddir@/initramfs + touch @top_builddir@/initramfs/fakeroot.log fi -- 1.8.3.1