summaryrefslogtreecommitdiff
path: root/scripts/install.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-13 17:13:29 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-13 17:13:29 +0200
commit32430d22108818f0dd88a4ada7f0f7c13b213101 (patch)
treee99df4364c0826274eb22594807fece2d5df23c8 /scripts/install.sh
parentdf71ff76b7ea5acdb9e66122e1ba0869405d0054 (diff)
fix some minor issues
Diffstat (limited to 'scripts/install.sh')
-rwxr-xr-xscripts/install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/install.sh b/scripts/install.sh
index eadb61869..926c03b6b 100755
--- a/scripts/install.sh
+++ b/scripts/install.sh
@@ -157,6 +157,7 @@ if [ $rb532 -ne 0 ];then
$sfdisk --change-id $1 1 27
$sfdisk --change-id $1 3 88
dd if=$3 of=${1}1
+ sync
else
rootpart=${1}1
if [ $cfgfs -eq 0 ];then