mirror of
https://github.com/ostreedev/ostree.git
synced 2025-02-04 21:47:42 +03:00
c4db171dae
Check if an argument is present in OstreeKernelArgs. This is a way to make easier idempotent append and delete operations. ostree_kernel_args_append_if_missing uses it to avoid inserting a duplicate key. Closes #2329 Signed-off-by: Rafael Garcia Ruiz <rafael.garcia@collabora.com>