mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
a22d184390
ap/dmidecode-3.2-x86_64-1.txz: Upgraded. ap/nano-3.1-x86_64-1.txz: Upgraded. ap/slackpkg-2.83.0-noarch-4.txz: Rebuilt. Merged two patches from git: Clarify that a press of "Enter" is needed to confirm kernel change Mention possible stale mirror if CHECKSUMS.md5 gpg verify fails Thanks to Mario Preksavec and Robby Workman. ap/sqlite-3.25.0-x86_64-1.txz: Upgraded. ap/xorriso-1.5.0-x86_64-1.txz: Upgraded. l/lmdb-0.9.22-x86_64-2.txz: Rebuilt. Fixed the build script to clear out the build area properly - previously it was possible for binaries of the wrong $ARCH to end up in the package. Thanks to reddog83. n/gnutls-3.6.3-x86_64-2.txz: Rebuilt. Merged backported SSL/TLS fixes. Thanks to orbea. n/samba-4.9.0-x86_64-2.txz: Rebuilt. Recompiled in case the lmdb package was broken.
27 lines
914 B
Diff
27 lines
914 B
Diff
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
|
|
|