add no_shrink option to partition, fix parameter of disk.expand()
authorDohyung Kim <dohyung2.kim@samsung.com>
Thu, 2 Jul 2015 02:39:09 +0000 (11:39 +0900)
committeryuhuan.yang <yuhuan.yang@samsung.com>
Fri, 26 Jan 2018 05:53:27 +0000 (13:53 +0800)
commit9d138c4d18dd05e9e650a4527df80a61e155b5bf
tree2da511c12a8ac88bfe1ce1b08c1f1f1b6319c14a
parent5497ef51be748df100ac939a4b2bb251d6ce58d8
add no_shrink option to partition, fix parameter of disk.expand()

* add no_shrink option to partition
  - if no_shrink is enable in specific partition, this partition do not shrink.
  - if not, following pack_to or shrink option in loop command
* fix parameter of disk.expand()
  - expand(size) -> expand(size=size)

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