silenced rmdir of lost+found since it may not exist

This commit is contained in:
Tomas M
2012-12-28 01:55:40 -06:00
parent a645f094a5
commit b55b0693df
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -392,7 +392,7 @@ persistent_changes()
mke2fs -F "$2/loop.fs" >/dev/null
fi
mount -o loop,sync "$2/loop.fs" "$2"
rmdir "$2/lost+found"
rmdir "$2/lost+found" 2>/dev/null
else
echo "* Activating native persistent changes"
mount --bind "$CHANGES" "$2"