Skip to content

Commit

Permalink
Merge pull request #1 from krislyon/krislyon-patch-predictable-interf…
Browse files Browse the repository at this point in the history
…ace-names

Update Debian-Root-File-System.md
  • Loading branch information
krislyon authored Jan 4, 2024
2 parents e34c62c + df7797b commit 189cbd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Debian-Root-File-System.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ While still in the `chroot` environment, let's do some setup so that our rootfs
dpkg-reconfigure locales
```

- **Ethernet** - To get the ethernet on the DE10-Nano working, we need to add the following to the file`/etc/network/interfaces` under the line that says `source-directory /etc/network/interfaces.d`. This will enable DHCP:
- **Ethernet** - To get the ethernet on the DE10-Nano working, we need to add the following to the file`/etc/network/interfaces` under the line that says `source-directory /etc/network/interfaces.d`. This will enable DHCP. *A note for folks attempting this with a more recent version of Linux. You will need to replace 'eth0' with 'end0' in the code below, or the systemd networking.service will fail on boot. This is a result of the change to the [Predictable Interface Names](https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/) naming scheme.*

```bash
auto lo eth0
Expand Down

0 comments on commit 189cbd8

Please sign in to comment.