From 3f903f01d9d68f427d6afe8aa3daf24257c05c22 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Thu, 2 Jul 2009 17:30:40 +0200 Subject: 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 cf772e06..57f5223f 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 -- cgit