diff options
author | wchang kim <wchang.kim@samsung.com> | 2024-03-29 09:52:20 +0900 |
---|---|---|
committer | wchang kim <wchang.kim@samsung.com> | 2024-03-29 09:52:20 +0900 |
commit | a4f9a950f41f99162d188f4483f64221c991f792 (patch) | |
tree | 69d5969dd9ede010cc9fc27b168b0a5f5095eee3 | |
parent | 0969fd4ce36688ab67e93f04d9125333f2faa9cb (diff) | |
download | meta-a4f9a950f41f99162d188f4483f64221c991f792.tar.gz meta-a4f9a950f41f99162d188f4483f64221c991f792.tar.bz2 meta-a4f9a950f41f99162d188f4483f64221c991f792.zip |
Change the size of emulator partition(2000->2500)
Change-Id: Ib63d9456bd71d000c112430b720f1f7c4daeb87a
-rw-r--r-- | partitions/common-2parts-emulator | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/partitions/common-2parts-emulator b/partitions/common-2parts-emulator index 95926ec..529572b 100644 --- a/partitions/common-2parts-emulator +++ b/partitions/common-2parts-emulator @@ -1,3 +1,3 @@ -part / --size=2000 --ondisk=sda --fstype=ext4 --label=emulator-rootfs --extoptions="-O ^64bit,^metadata_csum" +part / --size=2500 --ondisk=sda --fstype=ext4 --label=emulator-rootfs --extoptions="-O ^64bit,^metadata_csum" part /opt/ --size=2000 --ondisk=sda --fstype=ext4 --label=emulator-sysdata --extoptions="-O ^64bit,^metadata_csum" |