touch fakeroot.log

indicationg we're done creating the appliance
This commit is contained in:
Guido Günther
2009-07-02 17:30:40 +02:00
committed by Richard W.M. Jones
parent 7e34d2cf59
commit 3f903f01d9

View File

@@ -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