recovery image: switch to manual networking

This commit is contained in:
Zach Dykstra 2022-01-24 20:17:14 -06:00
parent dd7730f220
commit 12fa3e990e
No known key found for this signature in database
GPG Key ID: F2F0D4FB7A2861E8
1 changed files with 3 additions and 3 deletions

View File

@ -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 "