]> git.ipfire.org Git - thirdparty/systemd.git/commit
vpick: Make suffix a single string again instead of a strv
authorDaan De Meyer <daan@amutable.com>
Wed, 18 Feb 2026 20:27:45 +0000 (21:27 +0100)
committerMike Yuan <me@yhndnzj.com>
Wed, 18 Feb 2026 22:14:11 +0000 (23:14 +0100)
commit81cef494a6ec8ed0c7a98258fb8a14f1011686a0
tree4d67292fbaae810acd271bfafd3d56762c7ae8fe
parent17a3b387ae056a1f0cafe32213a32b42fd9fa377
vpick: Make suffix a single string again instead of a strv

This was made a strv to handle either directories or raw images but
since we now handle that via multiple PickFilter instances, we don't
need suffixes to be a strv anymore.
src/shared/discover-image.c
src/shared/vpick.c
src/shared/vpick.h
src/test/test-vpick.c
src/vpick/vpick-tool.c