X-Git-Url: http://git.pippins.net/embedvideo/.git/static/%7Bg-%3Eurl%20arg1=?a=blobdiff_plain;f=scripts%2Fdrive.sh;h=0b0268933ac5c18d1e0c80c350870558bdd55cd0;hb=332895f51c79faba592e57ae32363d8c597eb0e1;hp=4ea1e54d77ef957e0b96617bd2ecfd99f32e0304;hpb=11b38584ce4c12e7a83c1cb206fa87141f74de5c;p=backups%2F.git 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"