<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -180,6 +180,10 @@ fi
 # From here on we will just bail if something fails
 set -e
 
+# Zero out the MBR
+echo &quot;Zeroing out the MBR...&quot;
+dd if=/dev/zero of=$device_file bs=512 count=1 conv=notrunc &amp;&gt;/dev/null
+
 # Partition the USB key with a bootable NTFS
 # partition that consumes the entire disk
 echo &quot;Creating partitions on $device_file...&quot;</diff>
      <filename>win7-iso-to-usb.sh</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>61d6c2eab2335bfbc729b363c3d0f476d35127a6</id>
    </parent>
  </parents>
  <author>
    <name>Aaron Bockover</name>
    <email>abockover@novell.com</email>
  </author>
  <url>http://github.com/abock/win7-usb/commit/552a6c810e8903ae89dcb4fb30423a64f032c673</url>
  <id>552a6c810e8903ae89dcb4fb30423a64f032c673</id>
  <committed-date>2009-11-11T11:22:19-08:00</committed-date>
  <authored-date>2009-11-11T11:22:19-08:00</authored-date>
  <message>Zero out the MBR area before partitioning</message>
  <tree>63f05731fe4ae3e4047af3a708df28b5358e8022</tree>
  <committer>
    <name>Aaron Bockover</name>
    <email>abockover@novell.com</email>
  </committer>
</commit>
