Use the correct ethernet name

This commit is contained in:
Luke Murphy 2020-02-12 19:16:35 +01:00
parent 3a382e12f9
commit 9cc4574114
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

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