- nvidia-pre-install

* mkinitrd will be removed from TW; /etc/sysconfig/kernel no
    longer exits anyway since a long time (boo#1203025)

OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/x11-tools?expand=0&rev=51
This commit is contained in:
Stefan Dirsch 2022-09-01 14:36:07 +00:00 committed by Git OBS Bridge
parent 84e3be8dad
commit aeb8de3244
3 changed files with 8 additions and 7 deletions

View File

@ -2,9 +2,3 @@
echo "blacklist nouveau" > /etc/modprobe.d/nvidia.conf
# recreate initrd without KMS, if the use of KMS is enabled in initrd
if grep -q NO_KMS_IN_INITRD=\"no\" /etc/sysconfig/kernel; then
sed -i 's/NO_KMS_IN_INITRD.*/NO_KMS_IN_INITRD="yes"/g' /etc/sysconfig/kernel
mkinitrd
fi

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Sep 1 14:33:56 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- nvidia-pre-install
* mkinitrd will be removed from TW; /etc/sysconfig/kernel no
longer exits anyway since a long time (boo#1203025)
-------------------------------------------------------------------
Mon Oct 19 03:10:18 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package x11-tools
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed