Updated arguments to genext2fs

This commit is contained in:
Pierre Pronchery 2010-09-10 00:42:27 +00:00
parent 4b24e693e6
commit 98b79f1fb5

View File

@ -117,7 +117,7 @@ _image_ramdisk()
echo
echo -n "Creating ramdisk:"
$GENEXT2FS -r 0 -b "$IMAGE_SIZE" -d "$DESTDIR" "$IMAGE_FILE"
$GENEXT2FS -b "$IMAGE_SIZE" -d "$DESTDIR" "$IMAGE_FILE"
echo
$DU "$IMAGE_FILE"