summaryrefslogtreecommitdiff
path: root/check-kernel.in
diff options
context:
space:
mode:
Diffstat (limited to 'check-kernel.in')
-rw-r--r--check-kernel.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/check-kernel.in b/check-kernel.in
index 2dd5e15..6e6899c 100644
--- a/check-kernel.in
+++ b/check-kernel.in
@@ -161,7 +161,8 @@ else
>&2 printf 'reboot_check_hook() failed.\n'
exit 1
fi
- >&2 printf 'Press enter to reboot ...'
+ >&2 printf 'Press enter to reboot %s ...' \
+ "$(hostname)"
read s
if [ -z "${s}" ]; then
PATH=$PATH:/usr/bin:/usr/sbin:/bin:/sbin reboot