Since anaconda-webui 13 landed in F41 and Rawhide, it has crashed on startup because it tries to do `udevadm info --query=property --name=/overlay (deleted)`. This is because of https://github.com/rhinstaller/anaconda-webui/commit/81816a125533f5f668823798715b9efaa386b7e6 - clearly `devData.path.v` can be awkward values like "/overlay (deleted)" which need to be parsed somehow, or filtered out. I didn't send a PR because I'm not entirely clear whether in this case we need to skip the device, or parse out the " (deleted)", or what.
Filed against F41 as this can be seen on the osbuild-built live images because of https://github.com/osbuild/images/pull/870 , but it's mostly important on Rawhide. On F41 no image is *supposed* to have webui on it. Still, wouldn't hurt to fix it on both.
This got resolved.