more robust umount

This commit is contained in:
2015-03-02 18:02:16 +03:00
parent 8af7868947
commit 338b0a5ea7

2
rc.in
View File

@@ -114,7 +114,7 @@ rc.stop_everything() {
rc.unmount_everything() { rc.unmount_everything() {
echo "Unmounting filesystems..." echo "Unmounting filesystems..."
umount -a umount -r -a
} }
rc.remount_root() { rc.remount_root() {