Browse Source

Use the correct ethernet name

master
Luke Murphy 4 years ago
parent
commit
9cc4574114
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 2
      docs/index.md

2
docs/index.md

@ -401,7 +401,7 @@ We then configure the ethernet interface. We put the following in
`/etc/network/interfaces.d/enx78e7d1ea46da`:
```bash
auto eth0
auto enx78e7d1ea46da
allow-hotplug enx78e7d1ea46da
iface enx78e7d1ea46da inet dhcp
```

Loading…
Cancel
Save