From 04899c1b829f1a4708a04e2188b256901845770f Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Fri, 18 Jul 2008 11:47:22 -0400 Subject: Remount filesystems RO if umounting fails Just a safeguard, suggested by FS#10947 Signed-off-by: Aaron Griffin --- rc.shutdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.shutdown') diff --git a/rc.shutdown b/rc.shutdown index 59f6e25..74347c9 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -83,7 +83,7 @@ stat_busy "Deactivating Swap" stat_done stat_busy "Unmounting Filesystems" -/bin/umount -a -t noramfs,notmpfs,nosysfs,noproc +/bin/umount -a -r -t noramfs,notmpfs,nosysfs,noproc stat_done # Kill non-root encrypted partition mappings -- cgit v1.2.3