Use 2048 as block size.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24368 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2008-03-12 12:19:19 +00:00
parent 7bcc567db0
commit 9e2e307479
+1 -1
View File
@@ -119,7 +119,7 @@ if [ $isImage ]; then
if [ ! -e $imagePath -o ! "$dontClearImage" ]; then
dd if=/dev/zero of=$imagePath bs=1048576 count=$imageSize $ddFlags
fi
$bfsShell --initialize $imageOffsetFlags $imagePath Haiku || exit 1
$bfsShell --initialize $imageOffsetFlags $imagePath Haiku "block_size 2048" || exit 1
$makebootable $imageOffsetFlags $imagePath
fi
$bfsShell -n $imageOffsetFlags $imagePath > /dev/null &