mirror of
git://slackware.nl/current.git
synced 2024-12-27 09:59:16 +01:00
b6d2c7f5fa
a/efibootmgr-18-x86_64-1.txz: Upgraded. a/grub-2.12-x86_64-16.txz: Rebuilt. Long ago, we began giving all the scripts in /etc/grub.d/ the .new treatment to prevent local customizations from being overwritten with a package upgrade. But, this no longer appears to be a good idea, especially if we're ever going to offer the possibility to automate grub-install and grub-update. So, we are no longer going to preserve the contents of these files when the grub package is upgraded. We *will* however preserve the existing permissions, so you'll be able to turn off scripts that you don't want running, and you'll be able to make new scripts, or make edited and renamed copies of the scripts shipped in this package, so there's no real loss of functionality here. It looks like 40_custom is intended to be locally edited, so we make an exception and do not overwrite that one. d/python-setuptools-74.1.2-x86_64-1.txz: Upgraded. kde/okteta-0.26.17-x86_64-1.txz: Upgraded. l/gobject-introspection-1.80.1-x86_64-2.txz: Rebuilt. Fix running against python-setuptools-74.1.2: [PATCH] giscanner: remove dependency on distutils.msvccompiler. l/python-importlib_metadata-8.5.0-x86_64-1.txz: Upgraded. n/curl-8.10.0-x86_64-1.txz: Upgraded.
11 lines
638 B
Diff
11 lines
638 B
Diff
--- ./util/grub.d/README.orig 2018-11-24 11:13:02.000000000 -0600
|
|
+++ ./util/grub.d/README 2024-09-10 16:45:11.619178928 -0500
|
|
@@ -9,3 +9,8 @@
|
|
administrator. For example, you can add an entry to boot another OS as
|
|
01_otheros, 11_otheros, etc, depending on the position you want it to occupy in
|
|
the menu; and then adjust the default setting via /etc/default/grub.
|
|
+
|
|
+When the grub package is upgraded/reinstalled, all the files in this directory
|
|
+that are normally shipped with the package (with the exception of 40_custom)
|
|
+will be replaced! Make copies or new files with a unique filename if you don't
|
|
+want them to be overwritten.
|