Comment # 6 on bug 1225709 from Müller
# Fallback to unix device in case by-id does not exist or contains :0
if [[ ! -e "${TIK_INSTALL_DEVICE}" || "${TIK_INSTALL_DEVICE}" == *":0"* ]];
then
    TIK_INSTALL_DEVICE="/dev/${result}"
fi

if the code is correct this change is also a solution
https://github.com/sysrich/tik/blob/main/usr/lib/tik/lib/tik-functions#L171


You are receiving this mail because: