resize partitions after mount 08/34708/2 accepted/tizen/tv/20150203.041546 submit/tizen_tv/20150203.035716
authorSuchang Woo <suchang.woo@samsung.com>
Sat, 31 Jan 2015 07:48:33 +0000 (16:48 +0900)
committerJoonsub Lee <joon-sub.lee@samsung.com>
Tue, 3 Feb 2015 00:47:00 +0000 (16:47 -0800)
commit3a22f83dab900adcacaaa70dec759abc83bf883b
tree806d25c32b80bd73a31b48b3e0efa9d02a4d6e0b
parentf8e5b2c5c4982dea43e37ab0358231449b75d09b
resize partitions after mount

At the first boot, mount is always failed because mount and resize are executed
at the same time. To fix mount error, execute resize2fs after the partition is
mounted.
(Kernel after 2.6 version supports on-line resize for ext3 and ext4 filesystem)

Change-Id: Ib0d4eea9c18bfb980bc551819d5465990969f72f
Signed-off-by: Suchang Woo <suchang.woo@samsung.com>
scripts/tv-mbr-3parts.post