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