summaryrefslogtreecommitdiffstats
path: root/source/ap/slackpkg/0005-Clarify-that-a-press-of-Enter-is-needed-to-confirm-k.patch
blob: c228d5df3c4ad9d0670fbc9ebced4edcd95b601b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From 24ec5a28f81504c339152840c4282c77b2506398 Mon Sep 17 00:00:00 2001
From: Mario Preksavec <mario at slackware dot hr>
Date: Wed, 20 Jun 2018 01:27:04 -0500
Subject: [PATCH 5/6] Clarify that a press of "Enter" is needed to confirm
 kernel change

Signed-off-by: Robby Workman <rworkman@slackware.com>
---
 files/post-functions.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 }
-- 
2.18.0