From 22bb388fdb888d184cefae322b4994669af014fa Mon Sep 17 00:00:00 2001 From: fbt Date: Mon, 2 Mar 2015 18:02:16 +0300 Subject: [PATCH] more robust umount --- rc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {