We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b0270 commit ada36c8Copy full SHA for ada36c8
etc/zfsbootmenu/recovery.conf.d/recovery.conf
@@ -1,6 +1,18 @@
1
zfsbootmenu_teardown+=" /zbm/contrib/xhci-teardown.sh "
2
zfsbootmenu_early_setup+=" /zbm/contrib/console-init.sh "
3
-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 "
+install_optional_items+="\
4
+ /etc/zbm-commit-hash\
5
+ /bin/gdisk\
6
+ /bin/parted\
7
+ /bin/mkfs.vfat\
8
+ /bin/mkfs.ext4\
9
+ /bin/cryptsetup\
10
+ /bin/efibootmgr\
11
+ /bin/ip\
12
+ /bin/curl\
13
+ /bin/dhclient\
14
+ /sbin/dhclient-script\
15
+"
16
omit_drivers+=" amdgpu radeon nvidia nouveau i915 "
17
18
# Network related modules
0 commit comments