mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
a121f1edbb
a/grub-2.12-x86_64-8.txz: Rebuilt. Sort the kernel menu entries newest first. Thanks to Daedra. Add the GRUB_DISABLE_KERNEL_SYMLINKS variable to grub-mkconfig.in. Thanks to LuckyCyborg. Fix loading initrd.gz when /boot is on a separate partition. Thanks to Brent Earl. ap/lxc-6.0.0a-x86_64-1.txz: Upgraded. Added packages to lxc-slackware.in that are needed to support gnupg2: icu4c, libassuan, libgcrypt, libgpg-error, npth, sqlite. Thanks to Ricardson Williams. d/binutils-2.42-x86_64-2.txz: Rebuilt. Rebuild with --sysconfdir=/etc to get rid of /usr/etc directory. Thanks to mid-kid. kde/kdeconnect-kde-23.08.5-x86_64-2.txz: Rebuilt. Recompiled against pulseaudio-qt-1.5.0. kde/pulseaudio-qt-1.5.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. l/protobuf-27.2-x86_64-1.txz: Upgraded. l/python-importlib_metadata-8.0.0-x86_64-1.txz: Upgraded. l/wireplumber-0.5.4-x86_64-1.txz: Upgraded. x/libdrm-2.4.122-x86_64-1.txz: Upgraded. extra/xv/xv-5.2.0-x86_64-1.txz: Upgraded.
12 lines
376 B
Diff
12 lines
376 B
Diff
--- ./util/grub-mkconfig.in.orig 2022-11-14 09:52:54.000000000 -0600
|
|
+++ ./util/grub-mkconfig.in 2024-06-26 12:44:00.986119802 -0500
|
|
@@ -255,7 +255,8 @@
|
|
GRUB_ENABLE_CRYPTODISK \
|
|
GRUB_BADRAM \
|
|
GRUB_OS_PROBER_SKIP_LIST \
|
|
- GRUB_DISABLE_SUBMENU
|
|
+ GRUB_DISABLE_SUBMENU \
|
|
+ GRUB_DISABLE_KERNEL_SYMLINKS
|
|
|
|
if test "x${grub_cfg}" != "x"; then
|
|
rm -f "${grub_cfg}.new"
|