xref: /freebsd/sys/contrib/openzfs/contrib/initramfs/conf-hooks.d/zfs (revision e25152834cdf3b353892835a4f3b157e066a8ed4)
1# Force the inclusion of Busybox in the initramfs.
2BUSYBOX=y
3
4# Setup the keyboard mapping so passphrases can be entered correctly.
5KEYMAP=y
6
7# Require the plymouth script to guarantee working video for the passphrase
8# prompting.
9FRAMEBUFFER=y
10