Today, after allowing some updates to go into place, my graphical desktop screwed up exactly as it had done before, when I first upgraded to M5. Upon investigation, I found that my symlinks /var/run -> /run and /var/lock -> /run/lock had changed back to /var/run -> ../run and /var/lock -> ../run/lock.
Some grepping turns up that this was done to me by /lib/dracut/modules.d/30convertfs/convertfs.sh .
I have altered that script to generate the symlinks the way I need to have them generated. However, I have every reason to expect that this mod will not stick through future updates. How would I change this function so that the mods DO persist?
edit. Actually, I would think the system scripts would be symlinking to an absolute path, as I am doing it, and not to a relative path, as they are doing it. So I am going to call this a bug.