ramdisk: switch from initrd (ext4 based) to initramfs (cpio.gz based) format 96/306996/7
authorMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 1 Mar 2024 17:19:31 +0000 (18:19 +0100)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 24 Jun 2024 04:43:18 +0000 (04:43 +0000)
commit2264a92523da04df016e4a5edd3c5a471e04ebec
tree16447db92ca55d60c89ef6585f6060eb70811b19
parenta7ed6819eb5405ede668c301af43284150ca0385
ramdisk: switch from initrd (ext4 based) to initramfs (cpio.gz based) format

Initrd-style booting is deprecated since Linux kernel commit 9acc17baf1fd
("initrd: mark initrd support as deprecated") included in v5.9 release.

Since commit ff26956875c2 ("brd: remove support for BLKFLSBUF") included
in Linux kernel v4.10 it is no longer possible to free the memory
occupied by the initrd.

Switch Tizen ramdisk images to initramfs format (cpio.gz based) to comply
with the new approach of starting Linux based systems.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: Ie2658e0a445ea4c4a55d53e3b6e51c0c38d69496
partitions/btrfs-rootfs-2parts-ramdisk-recovery
partitions/common-2parts-ramdisk-recovery
partitions/common-3parts-ramdisk
partitions/common-3parts-ramdisk-recovery