Accepting request 234294 from home:trenn:branches: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

OBS-URL: https://build.opensuse.org/request/show/234294
OBS-URL: https://build.opensuse.org/package/show/Base:System/biosdevname?expand=0&rev=29
This commit is contained in:
Thomas Renninger 2014-05-16 12:44:38 +00:00 committed by Git OBS Bridge
parent 6f9d77db06
commit 6810f5382b
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -42,6 +42,6 @@ Index: biosdevname-0.5.0/biosdevname.rules.in
# using NAME= instead of setting INTERFACE_NAME, so that persistent
# 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"
+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"