From: Carl N Baldwin Date: Tue, 25 Oct 2005 22:14:53 +0000 (-0600) Subject: Merge branch 'master' of home:dvl/backup X-Git-Tag: release-0.4~65 X-Git-Url: http://git.pippins.net/embedvideo/.git/static/%7Bg-%3Eurl%20arg1=?a=commitdiff_plain;h=332895f51c79faba592e57ae32363d8c597eb0e1;hp=11b38584ce4c12e7a83c1cb206fa87141f74de5c;p=backups%2F.git Merge branch 'master' of home:dvl/backup --- diff --git a/scripts/drive.sh b/scripts/drive.sh index 4ea1e54..0b02689 100755 --- a/scripts/drive.sh +++ b/scripts/drive.sh @@ -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"