Accepting request 1154031 from home:gcomes.obs:grub2
- disable the file 20_memtest86+ * added a deprecation note in the header OBS-URL: https://build.opensuse.org/request/show/1154031 OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=491
This commit is contained in:
parent
132cb41b80
commit
9317e49c7a
@ -19,6 +19,14 @@ set -e
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with the script. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
# WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
||||
# This file is deprecated, it is going to be removed soon
|
||||
# and it's functionality has been disabled.
|
||||
# The package memtest86+ is going to provide a similar file.
|
||||
# Until that happens, you can reenable this file by
|
||||
# adding to it the execute permission.
|
||||
# WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
||||
|
||||
. "$pkgdatadir/grub-mkconfig_lib"
|
||||
|
||||
export TEXTDOMAIN=grub2
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 1 12:44:37 UTC 2024 - Giacomo Comes <gcomes.obs@gmail.com>
|
||||
|
||||
- disable the file 20_memtest86+
|
||||
* added a deprecation note in the header
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 29 10:12:12 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
@ -1017,7 +1017,7 @@ find %{buildroot}/%{_datadir}/%{name} \
|
||||
install -m 755 %{SOURCE1} %{buildroot}/%{_sysconfdir}/grub.d/
|
||||
|
||||
# Script to generate memtest86+ menu entry
|
||||
install -m 755 %{SOURCE7} %{buildroot}/%{_sysconfdir}/grub.d/
|
||||
install -m 644 %{SOURCE7} %{buildroot}/%{_sysconfdir}/grub.d/
|
||||
|
||||
# Ghost config file
|
||||
install -d %{buildroot}/boot/%{name}
|
||||
|
Loading…
Reference in New Issue
Block a user