mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
56f32a284b
a/grub-2.12-x86_64-3.txz: Rebuilt. A few more changes, and moved out of /testing. Disable stack protector so that legacy BIOS works. Add a hint about .cfg suffix requirement in /etc/default/grub.d/. Add Richard Cranium's 09_slackware_linux. Thanks to Daedra for POSIX fixes. l/python-hatchling-1.25.0-x86_64-1.txz: Upgraded. l/python-importlib_metadata-7.2.1-x86_64-1.txz: Upgraded. EFI/BOOT/bootx64.efi: Rebuilt. isolinux/efiboot.img: Rebuilt.
10 lines
444 B
Diff
10 lines
444 B
Diff
--- ./util/grub-mkconfig_lib.in.orig 2023-12-05 08:46:53.000000000 -0600
|
|
+++ ./util/grub-mkconfig_lib.in 2024-01-02 13:44:41.164913702 -0600
|
|
@@ -191,6 +191,7 @@
|
|
case "$1" in
|
|
*.dpkg-*) return 1 ;; # debian dpkg
|
|
*.rpmsave|*.rpmnew) return 1 ;;
|
|
+ *.new|*.orig) return 1 ;; # slackware incoming or backed up config file
|
|
README*|*/README*) return 1 ;; # documentation
|
|
*.sig) return 1 ;; # signatures
|
|
esac
|