partitions: Change rootfs partition size to 2G about 2parts 81/316681/1
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 16 Dec 2024 23:45:51 +0000 (08:45 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 16 Dec 2024 23:49:04 +0000 (08:49 +0900)
Current rootfs is set to 1G. It will be shrinked after installed.
To secure the install space, increase from 1G to 2G.

Change-Id: Ibbcd46f97e5f73887caed5b7177be8734940fb52
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
partitions/common-2parts-ramdisk-recovery

index 79859d29ac20db1c532110c96793bf5e003459a2..a043af1216e51b7f20cfd4862f651e107e54ac60 100644 (file)
@@ -1,4 +1,4 @@
-part / --size=1024 --ondisk mmcblk0p --fstype=ext4 --label=rootfs --extoptions="-J size=16"
+part / --size=2048 --ondisk mmcblk0p --fstype=ext4 --label=rootfs --extoptions="-J size=16"
 part /opt/ --size=512 --ondisk mmcblk0p --fstype=ext4 --label=system-data --extoptions="-m 0"
 part /mnt/initrd --size=64 --ondisk mmcblk0p --fstype=cpio --label=ramdisk --cpiooptions="--format=newc"
 part /mnt/initrd-recovery --size=128 --ondisk mmcblk0p --fstype=cpio --label=ramdisk-recovery --cpiooptions="--format=newc"