sync disks before shutting down

This commit is contained in:
Jack L. Frost 2015-06-16 16:45:33 +03:00
parent 22bb388fdb
commit 6d2a516b64

1
rc.in
View File

@ -144,6 +144,7 @@ rc.halt() {
rc.shutdown() { rc.shutdown() {
rc.services_stop rc.services_stop
rc.stop_everything rc.stop_everything
sync
rc.unmount_everything rc.unmount_everything
rc.remount_root rc.remount_root