Commit 683610d
committed
debian: install /etc/systemd/network/89-ethernet.network
Experience shows systemd-networkd-wait-online.service is that
an empty /etc/systemd/network/ will yield to a failure in
systemd-networkd-wait-online.service and this can often lead to
false positive starts and also gives us the impression something
is wrong.
This is likeley an upstream systemd bug... but... let's just work around
this crap at least on debian for now, and we can deal with a generic
solution if other distributions also end up with an empty
/etc/systemd/network/ and this fails.
Signed-off-by: Luis Chamberlain <[email protected]>1 parent 39aeba4 commit 683610d
File tree
3 files changed
+25
-0
lines changed- playbooks/roles/devconfig
- tasks/install-deps/debian
- templates
- scripts
3 files changed
+25
-0
lines changedLines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
45 | 52 | | |
46 | 53 | | |
47 | 54 | | |
| |||
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
253 | 262 | | |
254 | 263 | | |
255 | 264 | | |
| |||
0 commit comments