From 0c0a06bce126c290606159af5cc6984f742109bc Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 16 Apr 2023 20:04:21 -0500 Subject: [PATCH] systemd/network: Rename default network config `systemd-network-generator`, which parses network configuration from the kernel command line and generates configuration for *systemd-networkd*, creates a configuration file with priority 90. This conflicts with our default network configuration at the same priority, so the configuration from the kernel command line never gets used. By reducing our default priority to 95, we ensure that the generated configuration file is read first and thus overrides the defaults. --- .../systemd/network/{90-default.network => 95-default.network} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename overlay/etc/systemd/network/{90-default.network => 95-default.network} (100%) diff --git a/overlay/etc/systemd/network/90-default.network b/overlay/etc/systemd/network/95-default.network similarity index 100% rename from overlay/etc/systemd/network/90-default.network rename to overlay/etc/systemd/network/95-default.network