From: Carl Baldwin <cnb@ball.(none)>
Date: Tue, 25 Oct 2005 22:10:29 +0000 (-0600)
Subject: Better dd command
X-Git-Tag: release-0.4~65^2
X-Git-Url: http://git.pippins.net/images/x.gif?a=commitdiff_plain;h=b7347b04b24941f3b0a52471daa72597d1ed4645;p=backups%2F.git

Better dd command
---

diff --git a/scripts/drive.sh b/scripts/drive.sh
index a75c20f..1693212 100755
--- a/scripts/drive.sh
+++ b/scripts/drive.sh
@@ -21,7 +21,7 @@ touch $isoimage
 # chmod 600 $isoimage
 
 # Create filesystem on iso image here
-dd if=/dev/zero of=$isoimage bs=2048k count=2220
+dd if=/dev/null of=$isoimage bs=2048k count=0 seek=2220
 mke2fs -b 2048 -F $isoimage
 
 echo "Mounting the iso image"