From 6d2a516b64d4be36270be9a72ad6d7f8007ba1ee Mon Sep 17 00:00:00 2001 From: fbt Date: Tue, 16 Jun 2015 16:45:33 +0300 Subject: [PATCH] sync disks before shutting down --- rc.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rc.in b/rc.in index 38b3e14..bc6a1ac 100755 --- a/rc.in +++ b/rc.in @@ -144,6 +144,7 @@ rc.halt() { rc.shutdown() { rc.services_stop rc.stop_everything + sync rc.unmount_everything rc.remount_root