From 12fa3e990e5c15e5b093bae4b8f12d49225e4db8 Mon Sep 17 00:00:00 2001 From: Zach Dykstra Date: Mon, 24 Jan 2022 20:17:14 -0600 Subject: [PATCH] recovery image: switch to manual networking --- etc/zfsbootmenu/recovery.conf.d/recovery.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/zfsbootmenu/recovery.conf.d/recovery.conf b/etc/zfsbootmenu/recovery.conf.d/recovery.conf index 0e94a15..9c1518a 100644 --- a/etc/zfsbootmenu/recovery.conf.d/recovery.conf +++ b/etc/zfsbootmenu/recovery.conf.d/recovery.conf @@ -1,13 +1,13 @@ zfsbootmenu_teardown+=" /zbm/contrib/xhci-teardown.sh " -install_optional_items+=" /etc/zbm-commit-hash /bin/gdisk /bin/parted /bin/mkfs.vfat /bin/mkfs.ext4 /bin/curl /bin/efibootmgr" +install_optional_items+=" /etc/zbm-commit-hash /bin/gdisk /bin/parted /bin/mkfs.vfat /bin/mkfs.ext4 /bin/curl /bin/efibootmgr /bin/ip /bin/dhclient /sbin/dhclient-script " omit_drivers+=" amdgpu radeon nvidia nouveau i915 " # Network related modules -add_dracutmodules+=" network network-legacy kernel-network-modules " +add_dracutmodules+=" kernel-network-modules qemu-net " omit_dracutmodules+=" crypt-ssh nfs lunmask " # qemu drivers -omit_dracutmodules+=" qemu qemu-net " +omit_dracutmodules+=" qemu " # filesystem and other related bits omit_dracutmodules+=" nvdimm fs-lib rootfs-block dm dmraid crypt "