commit f6efd0106954404c4f5582685a8e5a93f8b40b51 parent 6f3d39767dea20111ddef9f2fba0c7876342c226 Author: sin <sin@2f30.org> Date: Wed, 12 Mar 2014 20:45:31 +0000 Unmount all filesystems in rc.shutdown Diffstat:
M | bin/rc.shutdown | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/bin/rc.shutdown b/bin/rc.shutdown @@ -55,6 +55,9 @@ killall5 -s KILL echo Remounting root as read-only mount -o remount,ro / +echo Unmounting filesystems +umount -a + sync sleep 3 wait