Request to use the BTRFS as the rootfs filesystem for the IoT headed RPI
64bit image.
Change-Id: I5ac964ac5a7ffe4093d291559f570284fb446a6a
Signed-off-by: Junghoon Kim <jhoon20.kim@samsung.com>
Schedule: "*"
Active: True
Platform: Tizen IoT
-Part: common-3parts-ramdisk-recovery
+Part: btrfs-rootfs-3parts-ramdisk-recovery
Mic2Options: -A aarch64 -f loop --pack-to=@NAME@.tar.gz
FileName: iot-headed-3parts-aarch64-rpi
Repos:
--- /dev/null
+part / --fstype="btrfs" --size=1024 --ondisk=mmcblk0 --label rootfs --fsoptions=defaults,noatime,compress-force=lzo
+part /opt --fstype="ext4" --size=512 --ondisk=mmcblk0 --label system-data --fsoptions=defaults,noatime
+part /opt/usr --fstype="ext4" --size=3500 --ondisk=mmcblk0 --label user --fsoptions=defaults,noatime
+part /mnt/initrd --size=8 --ondisk mmcblk0p --fstype=ext4 --label=ramdisk --extoptions="-b 1024 -O ^has_journal"
+part /mnt/initrd-recovery --size=32 --ondisk mmcblk0p --fstype=ext4 --label=ramdisk-recovery --extoptions="-b 1024 -O ^has_journal"