add no_shrink option to partition, fix parameter of disk.expand() 89/164389/2
authorDohyung Kim <dohyung2.kim@samsung.com>
Thu, 2 Jul 2015 02:39:09 +0000 (11:39 +0900)
committerpark <sk7.park@samsung.com>
Wed, 27 Dec 2017 04:40:32 +0000 (04:40 +0000)
commit5bed98d0dea9f8e52bbbf7b3d4a8a5922327b908
tree76d629c6fa78ede81f297ea45438146a2622c3f4
parentb122a5d2731b91d3f6a0ce0d69978387c8500349
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