From 4e155167c8e59d9ad127d898a5cfffd02f1f5d32 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 24 May 2005 12:03:42 +0000 Subject: [PATCH] sync after install in case of trouble while shutdowning --- tools/mkboot | 1 + 1 file changed, 1 insertion(+) 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