From: Antonio Alvarez Feijoo Date: Thu, 30 Jul 2026 11:30:25 +0000 (+0200) Subject: perf(systemd-networkd): remove duplicate service from inst_multiple X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;ds=inline;p=thirdparty%2Fdracut-ng.git perf(systemd-networkd): remove duplicate service from inst_multiple systemd-network-generator.service is listed twice. --- diff --git a/modules.d/11systemd-networkd/module-setup.sh b/modules.d/11systemd-networkd/module-setup.sh index aa4e866b7..f24f138c4 100755 --- a/modules.d/11systemd-networkd/module-setup.sh +++ b/modules.d/11systemd-networkd/module-setup.sh @@ -57,7 +57,6 @@ install() { "$systemdsystemunitdir"/systemd-network-generator.service \ "$systemdsystemunitdir"/systemd-networkd-wait-online.service \ "$systemdsystemunitdir"/systemd-networkd-wait-online@.service \ - "$systemdsystemunitdir"/systemd-network-generator.service \ ip sed grep networkctl tr inst_simple "$moddir"/99-wait-online-dracut.conf \