The ext4 resize fix was faulty - fix it.

Fix bug 1183251 by replacing an erroneous reference to OPTS with
MKFS_OPTS.

Change-Id: I741005d574715b8b237d9789398dbaba29df60e3
This commit is contained in:
Robert Collins 2013-05-24 10:06:33 +12:00
parent 1e28c18c50
commit c139b0cb46

View File

@ -120,7 +120,7 @@ else
fi
fi
# allow up to 1PB of 4KB blocks.
OPTS="$MKFS_OPTS -E resize=274877906944"
MKFS_OPTS="$MKFS_OPTS -E resize=274877906944"
LOOPDEV=$(sudo losetup --show -f $TMP_IMAGE_PATH)
export EXTRA_UNMOUNT="detach_loopback $LOOPDEV"