diff --git a/rc.in b/rc.in index 9fcaf5c..38b3e14 100755 --- a/rc.in +++ b/rc.in @@ -114,7 +114,7 @@ rc.stop_everything() { rc.unmount_everything() { echo "Unmounting filesystems..." - umount -a + umount -r -a } rc.remount_root() {