Home
last modified time | relevance | path

Searched refs:ENTRY_TOKEN (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/kernel-install/
Dkernel-install.in151 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
[all …]
D90-loaderentry.install30 ENTRY_TOKEN="$KERNEL_INSTALL_ENTRY_TOKEN"
43 echo "Removing $BOOT_ROOT/loader/entries/$ENTRY_TOKEN-$KERNEL_VERSION*.conf"
45 "$BOOT_ROOT/loader/entries/$ENTRY_TOKEN-$KERNEL_VERSION.conf" \
46 "$BOOT_ROOT/loader/entries/$ENTRY_TOKEN-$KERNEL_VERSION+"*".conf"
82 if [ "$ENTRY_TOKEN" = "$MACHINE_ID" ]; then
92 LOADER_ENTRY="$BOOT_ROOT/loader/entries/$ENTRY_TOKEN-$KERNEL_VERSION+$TRIES.conf"
94 LOADER_ENTRY="$BOOT_ROOT/loader/entries/$ENTRY_TOKEN-$KERNEL_VERSION.conf"
133 if [ "$ENTRY_TOKEN" = "$MACHINE_ID" ]; then