Browse code

Match * instead of en* in network rules.

Sharath George authored on 2015/06/17 09:11:10
Showing 1 changed files
... ...
@@ -113,7 +113,7 @@ EOF
113 113
 #
114 114
 cat > %{buildroot}/etc/systemd/network/10-dhcp-en.network <<- "EOF"
115 115
 [Match]
116
-Name=en*
116
+Name=*
117 117
 
118 118
 [Network]
119 119
 DHCP=yes