31 May
2024
31 May
'24
10:22
https://bugzilla.suse.com/show_bug.cgi?id=1225709 https://bugzilla.suse.com/show_bug.cgi?id=1225709#c6 --- Comment #6 from Müller <hotel-brot.0z@icloud.com> --- # 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: You are on the CC list for the bug.