--- modules.d/40network/install | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules.d/40network/install b/modules.d/40network/install index 3a06f79..d480391 100755 --- a/modules.d/40network/install +++ b/modules.d/40network/install @@ -1,5 +1,5 @@ #!/bin/bash -dracut_install ip dhclient hostname +dracut_install ip dhclient hostname cat # Include wired net drivers, excluding wireless for modname in `find "/lib/modules/$kernel/kernel/drivers" -name '*.ko'`; do if nm -uPA $modname | grep -q eth_type_trans; then -- 1.6.2.2 -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html