X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fdrive.sh;fp=scripts%2Fdrive.sh;h=1693212a8c5b422e9b229b2e9583b73beed1df78;hb=b7347b04b24941f3b0a52471daa72597d1ed4645;hp=a75c20f49bd3aff8d230e581f5f885f413f662cc;hpb=9f95453a2b3a4ffde7c553b93a6cac6eec618958;p=backups%2F.git 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"