Merge branch 'master' of home:dvl/backup
authorCarl N Baldwin <cnb@hpsvcnb.fc.hp.com>
Tue, 25 Oct 2005 22:14:53 +0000 (16:14 -0600)
committerCarl N Baldwin <cnb@hpsvcnb.fc.hp.com>
Tue, 25 Oct 2005 22:14:53 +0000 (16:14 -0600)
scripts/drive.sh

index 4ea1e54d77ef957e0b96617bd2ecfd99f32e0304..0b0268933ac5c18d1e0c80c350870558bdd55cd0 100755 (executable)
@@ -22,7 +22,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"