From: Ben Gras Date: Tue, 24 May 2005 12:03:42 +0000 (+0000) Subject: sync after install in case of trouble while shutdowning X-Git-Tag: v3.1.0~821 X-Git-Url: http://zhaoyanbai.com/repos/named.html?a=commitdiff_plain;h=4e155167c8e59d9ad127d898a5cfffd02f1f5d32;p=minix.git sync after install in case of trouble while shutdowning --- diff --git a/tools/mkboot b/tools/mkboot index 98431b8b9..43f04f3cc 100755 --- a/tools/mkboot +++ b/tools/mkboot @@ -171,4 +171,5 @@ cdfdboot) # copy image dd if=$dev of=cdfdimage bs=8192 count=180 esac +sync exit 0