mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 17:36:59 +02:00
feat(sys-apps/systemd): Start networkd by default
This commit is contained in:
parent
53a574bc5c
commit
033256241a
@ -304,9 +304,6 @@ multilib_src_install() {
|
||||
|
||||
if multilib_is_native_abi; then
|
||||
emake "${mymakeopts[@]}" install
|
||||
# Even with --enable-networkd, it's not right to have this running by default
|
||||
# when it's unconfigured.
|
||||
rm -f "${D}"/etc/systemd/system/multi-user.target.wants/systemd-networkd.service
|
||||
else
|
||||
mymakeopts+=(
|
||||
install-libLTLIBRARIES
|
||||
|
@ -311,9 +311,6 @@ multilib_src_install() {
|
||||
|
||||
if multilib_is_native_abi; then
|
||||
emake "${mymakeopts[@]}" install
|
||||
# Even with --enable-networkd, it's not right to have this running by default
|
||||
# when it's unconfigured.
|
||||
rm -f "${D}"/etc/systemd/system/multi-user.target.wants/systemd-networkd.service
|
||||
else
|
||||
mymakeopts+=(
|
||||
install-libLTLIBRARIES
|
||||
|
Loading…
Reference in New Issue
Block a user