aboutsummaryrefslogtreecommitdiff
path: root/rc.shutdown
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2008-07-18 11:47:22 -0400
committerAaron Griffin <aaronmgriffin@gmail.com>2008-07-18 11:47:22 -0400
commit04899c1b829f1a4708a04e2188b256901845770f (patch)
tree319106f5d05e38521bc74c56e34965bc72ff8351 /rc.shutdown
parente13ee23fd2d0035150d178fc683079696fb446fc (diff)
downloadinitscripts-04899c1b829f1a4708a04e2188b256901845770f.tar.xz
Remount filesystems RO if umounting fails
Just a safeguard, suggested by FS#10947 Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-xrc.shutdown2
1 files changed, 1 insertions, 1 deletions
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