From: Thierry Parmentelat Date: Fri, 21 Jun 2013 14:38:52 +0000 (+0200) Subject: create /fastboot in sliceimage X-Git-Tag: 5.2.5~24 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7906e884d406411438dc3aae4ba657a11246dc3c;p=build.git create /fastboot in sliceimage --- diff --git a/config.lxc/sliceimage.post b/config.lxc/sliceimage.post index 2bc8c04e..672119b1 100644 --- a/config.lxc/sliceimage.post +++ b/config.lxc/sliceimage.post @@ -27,5 +27,8 @@ if [ -d selinux ] ; then rmdir selinux fi fi -cd - +# for when runing under lxc, make sure we don't try to fsck from a slice +touch ${vdir}/fastboot + +cd - diff --git a/config.planetlab/sliceimage.post b/config.planetlab/sliceimage.post index e7d92e0c..faeecb78 100644 --- a/config.planetlab/sliceimage.post +++ b/config.planetlab/sliceimage.post @@ -36,4 +36,8 @@ if [ -d selinux ] ; then rmdir selinux fi fi + +# for when runing under lxc, make sure we don't try to fsck from a slice +touch ${vdir}/fastboot + cd -