summaryrefslogtreecommitdiff
path: root/partitions
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2021-08-20 12:00:36 +0900
committerJaehoon Chung <jh80.chung@samsung.com>2021-08-20 12:28:00 +0900
commit96827f6178e31672a8fcf365fb1ab1c8fcabcfbd (patch)
treed83bc1cb9430b1483474f85335c3fac2e550dd2a /partitions
parent0418c55acf017b66a4beb3ef71d0367464f7470c (diff)
downloadmeta-96827f6178e31672a8fcf365fb1ab1c8fcabcfbd.tar.gz
meta-96827f6178e31672a8fcf365fb1ab1c8fcabcfbd.tar.bz2
meta-96827f6178e31672a8fcf365fb1ab1c8fcabcfbd.zip
[TRE-2780] Change a rootfs filesystem from btrfs to ext4submit/tizen/20210820.045329accepted/tizen/unified/20210820.101803
Change a rootfs filesystem from btrfs to ext4 about common image. Change-Id: I17da055deabd80a27e22901aeeb9c5be21e21d51 Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'partitions')
-rw-r--r--partitions/common-2parts-ramdisk-recovery4
1 files changed, 4 insertions, 0 deletions
diff --git a/partitions/common-2parts-ramdisk-recovery b/partitions/common-2parts-ramdisk-recovery
new file mode 100644
index 0000000..4aa6d8e
--- /dev/null
+++ b/partitions/common-2parts-ramdisk-recovery
@@ -0,0 +1,4 @@
+part / --size=1024 --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=14 --ondisk mmcblk0p --fstype=squashfs --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"