10 lines
221 B
Plaintext
10 lines
221 B
Plaintext
# This will setup non-us keyboards in early userspace,
|
|
# necessary for punching in passphrases.
|
|
KEYMAP=y
|
|
|
|
# force busybox on initramfs
|
|
BUSYBOX=y
|
|
|
|
# and for systems using plymouth instead, use the new option
|
|
FRAMEBUFFER=y
|