Add init_expand option to partition
authorDohyung Kim <dohyung2.kim@samsung.com>
Tue, 26 Dec 2017 09:36:57 +0000 (18:36 +0900)
committeryuhuan.yang <yuhuan.yang@samsung.com>
Tue, 30 Jan 2018 03:04:48 +0000 (11:04 +0800)
commit2af451af4f5b4cacbc47a36fee8ebda99ef28b73
tree038b4fe1a9aedc7e346378cbd1334c0042b07d8f
parent701778b56a56edaefa7b508d6bb3f31ee8ece83a
Add init_expand option to partition

  - if init_expand is enabled, expand partition size(* 1.5) before mount
  - check partition size after running resize2fs to verify partition size

Change-Id: I60e889f04368877b9d74a581279c9ea4f5d33217
Signed-off-by: Dohyung Kim <dohyung2.kim@samsung.com>
mic/imager/loop.py
mic/kickstart/custom_commands/partition.py
mic/utils/fs_related.py