You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
846 B
24 lines
846 B
From 484aba429854bce6a601da81a8d94deebb9268ac Mon Sep 17 00:00:00 2001 |
|
From: Harald Hoyer <harald@redhat.com> |
|
Date: Wed, 8 Jun 2016 16:19:12 +0200 |
|
Subject: [PATCH] network: add 73-idrac.rules udev rules |
|
|
|
idrac USB devices want a special network name |
|
--- |
|
modules.d/40network/module-setup.sh | 3 +++ |
|
1 file changed, 3 insertions(+) |
|
|
|
diff --git a/modules.d/40network/module-setup.sh b/modules.d/40network/module-setup.sh |
|
index 6cbbe8f7..75ce6224 100755 |
|
--- a/modules.d/40network/module-setup.sh |
|
+++ b/modules.d/40network/module-setup.sh |
|
@@ -91,6 +91,9 @@ install() { |
|
inst_hook cmdline 99 "$moddir/parse-ifname.sh" |
|
inst_hook cleanup 10 "$moddir/kill-dhclient.sh" |
|
|
|
+ # Special network nameing for idrac USB devs |
|
+ inst_rules 73-idrac.rules |
|
+ |
|
# install all config files for teaming |
|
unset TEAM_MASTER |
|
unset TEAM_CONFIG
|
|
|