Install systemd-resolved in dracut to enable DNS

This commit is contained in:
Malte Poll 2022-11-07 11:46:17 +01:00 committed by Malte Poll
parent f09ce515e2
commit 86001daf7f
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,5 @@
# enable networking in initrd (initramfs) with dracut and systemd-networkd
install_items+=" /usr/lib/systemd/network/20-wired.network "
install_items+=" /usr/lib/systemd/network/21-azure.network "
add_dracutmodules+=" systemd-networkd "
# see https://github.com/dracutdevs/dracut/tree/master/modules.d for a list of modules
add_dracutmodules+=" systemd-networkd systemd-resolved "

View File

@ -4,7 +4,8 @@
# SPDX-License-Identifier: AGPL-3.0-only
depends() {
echo systemd
# expands to: systemd systemd-hostnamed systemd-networkd systemd-resolved systemd-timedated systemd-timesyncd
echo systemd-network-management
}
install_and_enable_unit() {