Lines Matching refs:ENTRY_TOKEN
151 if [ -z "$ENTRY_TOKEN" ] && [ -r /etc/kernel/entry-token ] && read -r ENTRY_TOKEN </etc/kernel/entr…
153 echo "entry-token \"$ENTRY_TOKEN\" acquired from /etc/kernel/entry-token"
155 if [ -z "$ENTRY_TOKEN" ]; then
165 ENTRY_TOKEN_SEARCH="$ENTRY_TOKEN"
184 [ -z "$ENTRY_TOKEN" ] && ENTRY_TOKEN="$suff"
187 echo "$pref/$suff exists, using BOOT_ROOT=$BOOT_ROOT, ENTRY_TOKEN=$ENTRY_TOKEN"
221 if [ -z "$ENTRY_TOKEN" ]; then
222 ENTRY_TOKEN="$MACHINE_ID"
224 echo "No entry-token candidate matched, using \"$ENTRY_TOKEN\" from machine-id"
246 elif [ -d "$BOOT_ROOT/$ENTRY_TOKEN" ]; then
252 … [ "$KERNEL_INSTALL_VERBOSE" -gt 0 ] && echo "$BOOT_ROOT/$ENTRY_TOKEN exists, using layout=$layout"
262 ENTRY_DIR_ABS="$BOOT_ROOT/$ENTRY_TOKEN/$KERNEL_VERSION"
275 export KERNEL_INSTALL_ENTRY_TOKEN="$ENTRY_TOKEN"
350 echo "ENTRY_DIR_ABS: $KERNEL_INSTALL_BOOT_ROOT/$ENTRY_TOKEN/\$KERNEL_VERSION"
353 …[ "${ENTRY_DIR_ABS%/*}" = "$KERNEL_INSTALL_BOOT_ROOT/$ENTRY_TOKEN" ] || { echo "Assertion didn't p…