[TRE-2528] Request to change the rootfs filesystem 17/240617/1 accepted/tizen/unified/20200810.122949 submit/tizen/20200810.075452
authorJunghoon Kim <jhoon20.kim@samsung.com>
Mon, 10 Aug 2020 06:47:52 +0000 (15:47 +0900)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Mon, 10 Aug 2020 06:47:52 +0000 (15:47 +0900)
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>
ks/iot-headed-3parts-aarch64-rpi.yaml
partitions/btrfs-rootfs-3parts-ramdisk-recovery [new file with mode: 0644]

index 25097c5ed51e39b8b7e5defec0151a23e6de704e..43294115d6d8ee629e2121cd16a05d354ba4d7cd 100644 (file)
@@ -3,7 +3,7 @@ Architecture: aarch64
 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:
diff --git a/partitions/btrfs-rootfs-3parts-ramdisk-recovery b/partitions/btrfs-rootfs-3parts-ramdisk-recovery
new file mode 100644 (file)
index 0000000..6cdc7e4
--- /dev/null
@@ -0,0 +1,5 @@
+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"