Searched refs:ENTRY_TOKEN_SEARCH (Results 1 – 1 of 1) sorted by relevance
159 ENTRY_TOKEN_SEARCH="$MACHINE_ID"161 [ -n "$IMAGE_ID" ] && ENTRY_TOKEN_SEARCH="$ENTRY_TOKEN_SEARCH $IMAGE_ID"162 [ -n "$ID" ] && ENTRY_TOKEN_SEARCH="$ENTRY_TOKEN_SEARCH $ID"163 ENTRY_TOKEN_SEARCH="$ENTRY_TOKEN_SEARCH Default"165 ENTRY_TOKEN_SEARCH="$ENTRY_TOKEN"167 [ "$KERNEL_INSTALL_VERBOSE" -gt 0 ] && echo "Entry-token candidates: $ENTRY_TOKEN_SEARCH"181 for suff in $ENTRY_TOKEN_SEARCH; do