From: Vyacheslav Yurkov Date: Fri, 10 Dec 2021 13:01:40 +0000 (+0100) Subject: wic: image for overlayfs-etc tests X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~5764 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9a2b08c07ff1270d5b3e8d72d17b6d5fde5bf96;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git wic: image for overlayfs-etc tests Introduce wic image for overlayfs-etc tests with a dedicated /data partition and configurable kernel parameters Signed-off-by: Vyacheslav Yurkov Signed-off-by: Richard Purdie --- diff --git a/meta-selftest/wic/overlayfs_etc.wks.in b/meta-selftest/wic/overlayfs_etc.wks.in new file mode 100644 index 00000000000..1e1e5836e77 --- /dev/null +++ b/meta-selftest/wic/overlayfs_etc.wks.in @@ -0,0 +1,4 @@ +part /boot --active --source bootimg-biosplusefi --ondisk sda --sourceparams="loader=grub-efi" --align 1024 +part / --source rootfs --ondisk sda --fstype=ext4 --use-uuid --align 1024 +part --ondisk sda --fstype=ext4 --size=5 --align 1024 +bootloader --ptable gpt --timeout=1 --append="rootfstype=ext4 console=ttyS0,115200 console=tty0 ${OVERLAYFS_INIT_OPTION}"