more robust umount

This commit is contained in:
Jack L. Frost 2015-03-02 18:02:16 +03:00
parent 8af7868947
commit 22bb388fdb
1 changed files with 1 additions and 1 deletions

2
rc.in
View File

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