Increase a hal partition size from 64M to 256M.
Some packages need more space than 64M.
Change-Id: Ia7cb9d3a35a9687afeafce2b04769fddf8222376
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
part /boot --fstype="vfat" --size=64 --ondisk=mmcblk0 --active --label boot --fsoptions=defaults,noatime
part /lib/modules --fstype="ext4" --size=20 --ondisk=mmcblk0 --active --label modules --fsoptions=defaults,noatime
-part /hal --fstype="ext4" --size=64 --ondisk=mmcblk0 --active --label hal --fsoptions=defaults,noatime
+part /hal --fstype="ext4" --size=256 --ondisk=mmcblk0 --active --label hal --fsoptions=defaults,noatime