Skip to content

Commit

Permalink
Include cryptsetup in recovery images
Browse files Browse the repository at this point in the history
Closes #292
  • Loading branch information
zdykstra committed Apr 26, 2022
1 parent f1b0270 commit ada36c8
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion etc/zfsbootmenu/recovery.conf.d/recovery.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
zfsbootmenu_teardown+=" /zbm/contrib/xhci-teardown.sh "
zfsbootmenu_early_setup+=" /zbm/contrib/console-init.sh "
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+="\
/etc/zbm-commit-hash\
/bin/gdisk\
/bin/parted\
/bin/mkfs.vfat\
/bin/mkfs.ext4\
/bin/cryptsetup\
/bin/efibootmgr\
/bin/ip\
/bin/curl\
/bin/dhclient\
/sbin/dhclient-script\
"
omit_drivers+=" amdgpu radeon nvidia nouveau i915 "

# Network related modules
Expand Down

0 comments on commit ada36c8

Please sign in to comment.