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