From: Guido Günther Date: Thu, 2 Jul 2009 15:30:40 +0000 (+0200) Subject: touch fakeroot.log X-Git-Tag: 1.0.56~8^2~19 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=3f903f01d9d68f427d6afe8aa3daf24257c05c22 touch fakeroot.log indicationg we're done creating the appliance --- 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