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>
-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"