diff --git a/nvidia-pre-install b/nvidia-pre-install index da2da09..1289431 100644 --- a/nvidia-pre-install +++ b/nvidia-pre-install @@ -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 - diff --git a/x11-tools.changes b/x11-tools.changes index fa9cdda..4b4ec79 100644 --- a/x11-tools.changes +++ b/x11-tools.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Sep 1 14:33:56 UTC 2022 - Stefan Dirsch + +- 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 diff --git a/x11-tools.spec b/x11-tools.spec index ab2027c..57d690f 100644 --- a/x11-tools.spec +++ b/x11-tools.spec @@ -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