create /fastboot in sliceimage
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 21 Jun 2013 14:38:52 +0000 (16:38 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 21 Jun 2013 14:38:52 +0000 (16:38 +0200)
config.lxc/sliceimage.post
config.planetlab/sliceimage.post

index 2bc8c04..672119b 100644 (file)
@@ -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 -
index e7d92e0..faeecb7 100644 (file)
@@ -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 -