Revision: 7331
          http://sourceforge.net/p/ipcop/svn/7331
Author:   owes
Date:     2014-03-15 19:46:04 +0000 (Sat, 15 Mar 2014)
Log Message:
-----------
Helps when building USB images. May not be the best solution but it gets the 
job done.

Modified Paths:
--------------
    ipcop/trunk/lfs/usb-key

Modified: ipcop/trunk/lfs/usb-key
===================================================================
--- ipcop/trunk/lfs/usb-key     2014-03-15 19:44:41 UTC (rev 7330)
+++ ipcop/trunk/lfs/usb-key     2014-03-15 19:46:04 UTC (rev 7331)
@@ -96,7 +96,7 @@
        done; \
        mkdir -p /installer/mnt && \
        losetup $$LOOPDEV $$IMAGE && \
-       cat /usr/share/syslinux/mbr.bin > $$LOOPDEV && \
+       cat /usr/share/syslinux/mbr.bin > $$LOOPDEV && sync && \
        losetup -d $$LOOPDEV
 
 endef

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to