From 222f4e5291e4a13ed57bf16db41bd52a1b3676ef Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Tue, 13 May 2014 01:00:43 +0200 Subject: [PATCH] reduce root partition to 3.7GB Change-Id: I6ea36468daac4a27da08b70e22be85801803bcba Signed-off-by: Stephane Desneux --- partitions/common-mbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/partitions/common-mbr b/partitions/common-mbr index 5ecadde..a648644 100644 --- a/partitions/common-mbr +++ b/partitions/common-mbr @@ -1 +1 @@ -part / --fstype="ext4" --ondisk=sda --size=6144 --active --label tizen-common +part / --fstype="ext4" --ondisk=sda --size=3840 --active --label tizen-common -- 2.7.4