Skip to content

Commit ada36c8

Browse files
committed
Include cryptsetup in recovery images
Closes #292
1 parent f1b0270 commit ada36c8

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

etc/zfsbootmenu/recovery.conf.d/recovery.conf

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
zfsbootmenu_teardown+=" /zbm/contrib/xhci-teardown.sh "
22
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 "
3+
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+
"
416
omit_drivers+=" amdgpu radeon nvidia nouveau i915 "
517

618
# Network related modules

0 commit comments

Comments
 (0)