diff --git a/src/kernel-install/kernel-install b/src/kernel-install/kernel-install index 75a31c62d42..c42c40592a9 100755 --- a/src/kernel-install/kernel-install +++ b/src/kernel-install/kernel-install @@ -103,29 +103,50 @@ fi # for naming the .conf boot loader spec entry. Typically this is just the # machine ID, but it can be anything else, too, if we are told so. [ -z "$ENTRY_TOKEN" ] && [ -r /etc/kernel/entry-token ] && read -r ENTRY_TOKEN