From b7347b04b24941f3b0a52471daa72597d1ed4645 Mon Sep 17 00:00:00 2001
From: Carl Baldwin <cnb@ball.(none)>
Date: Tue, 25 Oct 2005 16:10:29 -0600
Subject: [PATCH] Better dd command

---
 scripts/drive.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
-- 
2.34.1