From 7906e884d406411438dc3aae4ba657a11246dc3c Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 21 Jun 2013 16:38:52 +0200 Subject: [PATCH] create /fastboot in sliceimage --- config.lxc/sliceimage.post | 5 ++++- config.planetlab/sliceimage.post | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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 - -- 2.47.0