diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-07-02 17:30:40 +0200 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-07-03 12:11:17 +0100 |
commit | 3f903f01d9d68f427d6afe8aa3daf24257c05c22 (patch) | |
tree | d5f62b97ea47f52205f4657b36665f1c86b79cae /appliance | |
parent | 7e34d2cf59c2c8098683967c32782ffd8ca66aa7 (diff) | |
download | libguestfs-3f903f01d9d68f427d6afe8aa3daf24257c05c22.tar.gz libguestfs-3f903f01d9d68f427d6afe8aa3daf24257c05c22.tar.xz libguestfs-3f903f01d9d68f427d6afe8aa3daf24257c05c22.zip |
touch fakeroot.log
indicationg we're done creating the appliance
Diffstat (limited to 'appliance')
-rwxr-xr-x | appliance/make.sh.in | 2 |
1 files changed, 2 insertions, 0 deletions
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 |