function prepareInit(): do some cleanups in the plain-mode
[util-vserver.git] / util-vserver / scripts / vserver.functions
index b4c0c64..52558b7 100644 (file)
@@ -592,6 +592,10 @@ function prepareInit
            { find var/run  ! -type d -print0; \
              find var/lock ! -type d -print0; } | xargs -0r $_CHROOT_RM
            ;;
+       plain)
+           $_CHROOT_RM .autofsck forcefsck
+           : | $_CHROOT_CAT fastboot
+           ;;
        minit)
            ;;
     esac