forked from pool/biosdevname
Accepting request 234296 from Base:System
- Revert biosdevname calling with different parameters introduced with the change from the 22th of April as suggested by Dell. Modified: biosdevname_udevrule_rename_all_network_devices.patch (forwarded request 234294 from trenn) OBS-URL: https://build.opensuse.org/request/show/234296 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/biosdevname?expand=0&rev=27
This commit is contained in:
commit
e1a4fa9a40
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 16 11:11:22 UTC 2014 - trenn@suse.de
|
||||||
|
|
||||||
|
- Revert biosdevname calling with different parameters introduced
|
||||||
|
with the change from the 22th of April as suggested by Dell.
|
||||||
|
Modified: biosdevname_udevrule_rename_all_network_devices.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 8 09:10:30 UTC 2014 - trenn@suse.de
|
Thu May 8 09:10:30 UTC 2014 - trenn@suse.de
|
||||||
|
|
||||||
|
@ -42,6 +42,6 @@ Index: biosdevname-0.5.0/biosdevname.rules.in
|
|||||||
# using NAME= instead of setting INTERFACE_NAME, so that persistent
|
# using NAME= instead of setting INTERFACE_NAME, so that persistent
|
||||||
# names aren't generated for these devices, they are "named" on each boot.
|
# names aren't generated for these devices, they are "named" on each boot.
|
||||||
-PROGRAM="/sbin/biosdevname --policy physical --smbios 2.6 --nopirq -i %k", NAME="%c", OPTIONS+="string_escape=replace"
|
-PROGRAM="/sbin/biosdevname --policy physical --smbios 2.6 --nopirq -i %k", NAME="%c", OPTIONS+="string_escape=replace"
|
||||||
+SUBSYSTEMS=="pci", PROGRAM="/sbin/biosdevname --policy physical -i %k", NAME="%c", OPTIONS+="string_escape=replace"
|
+SUBSYSTEMS=="pci", PROGRAM="/sbin/biosdevname --policy physical --smbios 2.6 --nopirq -i %k", NAME="%c", OPTIONS+="string_escape=replace"
|
||||||
|
|
||||||
LABEL="netdevicename_end"
|
LABEL="netdevicename_end"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user