sleep before unmounting, to avoid race condition
[fsf-member-card-builder.git] / install-extras.sh
index e05e664154c13d136c040e2cb0680274d3350747..20ecf69f27756128ad329a3309da05da9fa65676 100755 (executable)
@@ -56,10 +56,20 @@ cp checksums-media.sha256 $DEVTMP/fsf/GNUAV/
 cp checksums-media.sha256 $DEVTMP/source/
 
 
+###
+### copy over html files
+###
+
+
+cp html/* $DEVTMP/fsf/
+rm $DEVTMP/fsf/reset.css
+
+
 ###
 ### download missing media from the Web
 ### 
 
+
 cd $DEVTMP/fsf/GNUAV
 
 mkdir lp2020_audio ;  cd lp2020_audio
@@ -126,6 +136,9 @@ cp -vr $ISOTMP/* $DEVTMP/source/ || true
 ### 
 
 
+sync
+sleep 3
+
 umount $DEVTMP
 umount $ISOTMP