Blame SOURCES/1000-rules-disable-pirq-and-force-minimal-smbios-version.patch

e61f04
From e63b3589e0ded7078b2f02546fc0b0a2a10223be Mon Sep 17 00:00:00 2001
e61f04
From: Michal Sekletar <msekleta@redhat.com>
e61f04
Date: Mon, 17 Dec 2018 10:52:51 +0100
e61f04
Subject: [PATCH] rules: disable pirq and force minimal smbios version
e61f04
e61f04
Related: #1623621
e61f04
---
e61f04
 biosdevname.rules.in | 3 ++-
e61f04
 1 file changed, 2 insertions(+), 1 deletion(-)
e61f04
e61f04
diff --git a/biosdevname.rules.in b/biosdevname.rules.in
e61f04
index 0a32aa5..105ef5a 100644
e61f04
--- a/biosdevname.rules.in
e61f04
+++ b/biosdevname.rules.in
e61f04
@@ -19,6 +19,6 @@ LABEL="netdevicename_start"
e61f04
 
e61f04
 # using NAME= instead of setting INTERFACE_NAME, so that persistent
e61f04
 # names aren't generated for these devices, they are "named" on each boot.
e61f04
-SUBSYSTEMS=="pci", PROGRAM="/sbin/biosdevname --policy physical -i %k", NAME="%c",  OPTIONS+="string_escape=replace"
e61f04
+SUBSYSTEMS=="pci", PROGRAM="/sbin/biosdevname --smbios 2.6 --nopirq --policy physical -i %k", NAME="%c"  OPTIONS+="string_escape=replace"
e61f04
 
e61f04
 LABEL="netdevicename_end"
e61f04
-- 
e61f04
2.17.2
e61f04