[TRE-2556] Add no-shrink option about rootfs image 10/246210/1
authorJaehoon Chung <jh80.chung@samsung.com>
Tue, 27 Oct 2020 02:39:50 +0000 (11:39 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 27 Oct 2020 02:39:50 +0000 (11:39 +0900)
To use a fixed size, add no-shrink option about rootfs image.

Change-Id: Ic4ad73b663ce6e70b48ecf8726790372f78be69d
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
partitions/wearable-mbr-target-circle

index 285dc69..1309e13 100644 (file)
@@ -1,5 +1,5 @@
 # ROOT fs partition
-part / --size=1250 --ondisk mmcblk0p --fstype=ext4 --label=rootfs --extoptions="-J size=16"
+part / --size=1250 --ondisk mmcblk0p --fstype=ext4 --label=rootfs --extoptions="-J size=16" --no-shrink
 # System data partition
 part /opt/ --size=1000 --ondisk mmcblk0p --fstype=ext4 --label=system-data --extoptions="-m 0"
 # User data partition