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:
parent
1e28c18c50
commit
c139b0cb46
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ else
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# allow up to 1PB of 4KB blocks.
|
# 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)
|
LOOPDEV=$(sudo losetup --show -f $TMP_IMAGE_PATH)
|
||||||
export EXTRA_UNMOUNT="detach_loopback $LOOPDEV"
|
export EXTRA_UNMOUNT="detach_loopback $LOOPDEV"
|
||||||
|
|
Loading…
Reference in a new issue