Comment # 30 on bug 1001554 from
(In reply to Emanuel Castelo from comment #29)
> System:    Host: linux-s4s1 Kernel: 4.7.5-1-default x86_64 (64 bit gcc:
> 6.2.1)
>            Desktop: Cinnamon 3.0.7  dm: sddm,sddm Distro: openSUSE Tumbleweed
> 
> found file with possible reference to symlink, not sure if it pertains, 
> 
> /usr/lib/dracut/modules.d/30convertfs/convertfs.sh
> -rwxr-xr-x 1 root root 6035 Nov 25  2015 convertfs.sh

https://gist.github.com/anonymous/64e1fb32751bb9611522982148d348cd file content
as found and snippet:


if [ ! -L $ROOT/var/run -a -e $ROOT/var/run ]; then
    echo "Converting /var/run to symlink"
    mv -f $ROOT/var/run $ROOT/var/run.runmove~
    ln -sfn ../run $ROOT/var/run
fi


You are receiving this mail because: