diff --git a/common/rc b/common/rc index 82a91c21..de20aa78 100644 --- a/common/rc +++ b/common/rc @@ -1740,7 +1740,9 @@ _check_generic_filesystem() if [ $ok -eq 0 ]; then status=1 - exit 1 + if [ "$iam" != "check" ]; then + exit 1 + fi fi return 0 @@ -1951,7 +1953,9 @@ _check_btrfs_filesystem() if [ $ok -eq 0 ]; then status=1 - exit 1 + if [ "$iam" != "check" ]; then + exit 1 + fi fi return 0