Setting tag nodemanager-7.0-0
[build.git] / config.lxc / sliceimage.post
index 2bc8c04..5a145e2 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
+sed -i -e 's,1 1,0 0,' ${vdir}/etc/fstab
+
+cd -