summaryrefslogtreecommitdiff
path: root/ext4_utils
diff options
context:
space:
mode:
authorBrian Swetland <swetland@google.com>2010-09-15 16:15:17 -0700
committerBrian Swetland <swetland@google.com>2010-09-15 17:44:41 -0700
commitcd23be01be219a927cb4eb9edc088eaec260cdba (patch)
tree88c2ae8df9f0f57f25461fbca59058810d14d28c /ext4_utils
parent9c842adc177c1bcd22c2038d8d237bfb70654dca (diff)
downloadextras-cd23be01be219a927cb4eb9edc088eaec260cdba.tar.gz
do not merge - create sparse ext4 images
master is not ready for the awesome that is sparse filesystem imagery! Change-Id: I52f76ed6da715e63786d36a3294a2e63d600a637
Diffstat (limited to 'ext4_utils')
-rwxr-xr-xext4_utils/mkuserimg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext4_utils/mkuserimg.sh b/ext4_utils/mkuserimg.sh
index ced64125..974a4abc 100755
--- a/ext4_utils/mkuserimg.sh
+++ b/ext4_utils/mkuserimg.sh
@@ -42,7 +42,7 @@ if [ -z $SIZE ]; then
fi
echo "make_ext4fs -l $SIZE -a $LABEL $OUTPUT_FILE $SRC_DIR"
-make_ext4fs -l $SIZE -a $LABEL $OUTPUT_FILE $SRC_DIR
+make_ext4fs -s -l $SIZE -a $LABEL $OUTPUT_FILE $SRC_DIR
if [ $? -ne 0 ]; then
exit 4
fi