--- a/init 2019-02-07 13:26:11.090739216 +0100 +++ b/init 2019-02-07 13:28:04.521179698 +0100 @@ -1374,7 +1374,11 @@ for attempts in 1 2 3 4 5 do [ ${attempts} -gt 1 ] && sleep 3 && bad_msg "Cannot find device with ${SUBDIR}/${ISOLOOP}. Retrying..." - if sysresccd_find_file 'auto' ${SUBDIR}/${ISOLOOP} ${ISOSTORE} 'ro' + if sysresccd_find_file 'LABEL=srcd_sup' ${SUBDIR}/${ISOLOOP} ${ISOSTORE} 'ro' + then + filefound='1' + break + elif sysresccd_find_file 'auto' ${SUBDIR}/${ISOLOOP} ${ISOSTORE} 'ro' then filefound='1' break