From 8af21e69c308d2bda6e852a37a8a1d74881d7a4c Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Fri, 23 Apr 2021 15:51:08 +0900 Subject: [PATCH] [TRE-2684] Increase rootfs to 1380MB for tw3 Increase rootfs to 1380MB for tw3 having 1406MB rootfs partition. It requires at least 20MB empty space for dm-verity tag and plugin install. Change-Id: Iffe5df0ea71370e61e02187b2bd5cbb1d1f94f69 Signed-off-by: Seung-Woo Kim --- partitions/wearable-mbr-target-circle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/partitions/wearable-mbr-target-circle b/partitions/wearable-mbr-target-circle index 7f42416..5ad3219 100644 --- a/partitions/wearable-mbr-target-circle +++ b/partitions/wearable-mbr-target-circle @@ -1,5 +1,5 @@ # ROOT fs partition -part / --size=1250 --ondisk mmcblk0p --fstype=ext4 --label=rootfs --extoptions="-J size=16" --no-shrink +part / --size=1380 --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 -- 2.7.4