Skip to content

Commit

Permalink
digitalocean: Match for all interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
pothos committed Feb 20, 2020
1 parent 7a50929 commit 88119e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dracut/03flatcar-network/yy-digitalocean-coreos.network
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Match]
KernelCommandLine=coreos.oem.id=digitalocean
Name=eth0
Name=e*

[Network]
DHCP=yes
Expand Down
2 changes: 1 addition & 1 deletion dracut/03flatcar-network/yy-digitalocean.network
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Match]
KernelCommandLine=flatcar.oem.id=digitalocean
Name=eth0
Name=e*

[Network]
DHCP=yes
Expand Down

0 comments on commit 88119e9

Please sign in to comment.