From 15a152c7bba98f8f9a32c89ffb5f571f9c4d4763 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 21 Jun 2023 15:32:16 +0200 Subject: [PATCH] fix usb network dongles --- usr/lib/initcpio/install/archboot_net_common | 2 +- usr/share/archboot/base/etc/modprobe.d/modprobe.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/lib/initcpio/install/archboot_net_common b/usr/lib/initcpio/install/archboot_net_common index 17aac0cd8..a2341133c 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 '_cs|b44|broadcom/bnx2x|brocade|cavium|chelsio|cisco|netronome|mellanox|myricom|qlogic|qualcomm' '/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|/drivers/net/usb' 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" diff --git a/usr/share/archboot/base/etc/modprobe.d/modprobe.conf b/usr/share/archboot/base/etc/modprobe.d/modprobe.conf index 23eb06e7e..4d8f84370 100644 --- a/usr/share/archboot/base/etc/modprobe.d/modprobe.conf +++ b/usr/share/archboot/base/etc/modprobe.d/modprobe.conf @@ -9,3 +9,4 @@ blacklist efi_pstore ## Disable the efi_pstore functionality by default options efi_pstore pstore_disable=1 +