Files
AuxXxilium 120e82c589 Seed iommupt with its default like every other config key
initConfigKey was never added for iommupt, so the key stayed absent from
user-config.yml until someone first switched the GPU to VM use. Nothing
booted wrong - all three read sites already treat an empty value as
false - but the config was silent about a setting that has a menu entry.

The dsm branch of iommuptSelection also returned early on an empty value,
so picking "Use in DSM" on a system that had never touched the setting
wrote nothing. Key the guard off "false" instead so it falls through.
2026-09-05 23:20:04 +02:00
..