summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Preksavec <mario at slackware dot hr>2018-06-20 01:27:04 -0500
committerRobby Workman <rworkman@slackware.com>2018-06-20 01:27:04 -0500
commit24ec5a28f81504c339152840c4282c77b2506398 (patch)
tree89b278ec608d3bff29b2cc07cde372918137402e
parent09868036d8117f8606ba176edde6eacb85e9e2a9 (diff)
downloadslackpkg-24ec5a28f81504c339152840c4282c77b2506398.tar.xz
Clarify that a press of "Enter" is needed to confirm kernel change
Signed-off-by: Robby Workman <rworkman@slackware.com>
-rw-r--r--files/post-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/post-functions.sh b/files/post-functions.sh
index b5fecd3..b3beac8 100644
--- a/files/post-functions.sh
+++ b/files/post-functions.sh
@@ -236,7 +236,7 @@ Your kernel image was updated, and lilo does not appear to be used on
your system. You may need to adjust your boot manager (like GRUB) to
boot the appropriate kernel (after generating an initrd if required)."
fi
- echo -e "Press any key to continue...\n "
+ echo -e "Press the \"Enter\" key to continue...\n "
read _junk
fi
}