Commit 922c0cb
committed
Fix DHCP on raspberry pi 4b:
The udev rules on a raspberry pi 4b
name the interfaces with `eth`. This
breaks the dhcp.sh script. So we make
the interface name look up more flexible
by only filtering for `e*` interface names.
Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>1 parent 652e9f4 commit 922c0cb
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments