diff options
author | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-05-21 01:46:26 +0200 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-05-21 01:46:26 +0200 |
commit | 36a010945b0b7a3fef288052f8a075b968ee6de2 (patch) | |
tree | 7c432123dfee8c5ebd9893775b2bb42ad1fc5bb7 /partitions/common-mbr | |
parent | 72789f004aee3e16d710c43f00dd2fe40e536659 (diff) | |
download | meta-36a010945b0b7a3fef288052f8a075b968ee6de2.tar.gz meta-36a010945b0b7a3fef288052f8a075b968ee6de2.tar.bz2 meta-36a010945b0b7a3fef288052f8a075b968ee6de2.zip |
reduce partition size to 358MB (fit in 4GB eMMC)submit/tizen_common/20140520.234837accepted/tizen/common/20140520.234748
Change-Id: I7acc8c725a5dabc1c3f844cdea74ec4c52da1173
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
Diffstat (limited to 'partitions/common-mbr')
-rw-r--r-- | partitions/common-mbr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/partitions/common-mbr b/partitions/common-mbr index a648644..fdb22ae 100644 --- a/partitions/common-mbr +++ b/partitions/common-mbr @@ -1 +1 @@ -part / --fstype="ext4" --ondisk=sda --size=3840 --active --label tizen-common +part / --fstype="ext4" --ondisk=sda --size=3584 --active --label tizen-common |