mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-12 22:15:32 +00:00
Replace 'attribute(...).has_value("yes")` with 'attribute_value(..., false)'. This allows for boolean configuration to be set with values such as "true", "false", "yes", "no", or "1", "0". Fixes #2002