mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
wic: image for overlayfs-etc tests
Introduce wic image for overlayfs-etc tests with a dedicated /data partition and configurable kernel parameters (From OE-Core rev: f9a2b08c07ff1270d5b3e8d72d17b6d5fde5bf96) Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
167bc05b7f
commit
822adf5c9f
4
meta-selftest/wic/overlayfs_etc.wks.in
Normal file
4
meta-selftest/wic/overlayfs_etc.wks.in
Normal file
|
|
@ -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}"
|
||||
Loading…
Reference in New Issue
Block a user