diff --git a/usr/lib/initcpio/install/archboot_net_common b/usr/lib/initcpio/install/archboot_net_common index 3d7b0d2c1..17aac0cd8 100644 --- a/usr/lib/initcpio/install/archboot_net_common +++ b/usr/lib/initcpio/install/archboot_net_common @@ -4,7 +4,7 @@ build () { - add_all_modules -f 'broadcom/bnx2x|netronome|mellanox|myricom|cavium|brocade|chelsio|cisco|qlogic|qualcomm|_cs|b44' '/drivers/net/ethernet|/net/ipv4|/net/ipv6' + add_all_modules -f '_cs|b44|broadcom/bnx2x|brocade|cavium|chelsio|cisco|netronome|mellanox|myricom|qlogic|qualcomm' '/drivers/net/ethernet|/net/ipv4|/net/ipv6' map add_binary ip getent ping wget # start dhcpcd on startup add_file "/usr/share/archboot/net/etc/systemd/network/10-wired-auto-dhcp.network" "/etc/systemd/network/10-wired-auto-dhcp.network"