]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
runqemu: accept vmtypes and wictypes for rootfs paths extensions
authorYoann Congal <yoann.congal@smile.fr>
Thu, 31 Jul 2025 15:33:12 +0000 (17:33 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Aug 2025 21:32:18 +0000 (22:32 +0100)
commit26b0922977d1bfcf47bbccf624be86e9e2b8815a
tree422eadfe7402d3a34aa3f8ba6b26ae3338192908
parentb5f8c3e02980df0e8e44de32ed8b3b869a1fcd83
runqemu: accept vmtypes and wictypes for rootfs paths extensions

When using a .wic.zst image, its fstype is detected by default as
".zst" which prevent booting correctly.

Fix this by adding wictypes (and vmtypes while at it) to the list of
known fstypes. After this fix, the initial fstype is correctly ".wic.zst".

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu