This change also allows to make the network meta module simply just
make a decision on which netowkring module to use.
# called by dracut
depends() {
- is_qemu_virtualized && echo -n "qemu-net "
-
for module in network-manager systemd-networkd connman network-legacy; do
if dracut_module_included "$module"; then
echo "$module"
return 255
}
+# called by dracut
+depends() {
+ is_qemu_virtualized && echo -n "qemu-net "
+}
+
# called by dracut
installkernel() {
# Include wired net drivers, excluding wireless