10 lines
245 B
Text
10 lines
245 B
Text
|
# Force the inclusion of Busybox in the initramfs.
|
||
|
BUSYBOX=y
|
||
|
|
||
|
# Setup the keyboard mapping so passphrases can be entered correctly.
|
||
|
KEYMAP=y
|
||
|
|
||
|
# Require the plymouth script to guarantee working video for the passphrase
|
||
|
# prompting.
|
||
|
FRAMEBUFFER=y
|