Use killall5 again so we can cleanly remount / readonly, #168977
and #177689.
This commit is contained in:
@@ -14,6 +14,12 @@ fi
|
||||
stop_addon devfs
|
||||
stop_addon udev
|
||||
|
||||
# Really kill things off before unmounting
|
||||
if [ -x /sbin/killall5 ] ; then
|
||||
killall5 -15
|
||||
killall5 -9
|
||||
fi
|
||||
|
||||
# Flush all pending disk writes now
|
||||
sync ; sync
|
||||
|
||||
|
Reference in New Issue
Block a user