Commit 20dfef80 authored by Mikhail Efremov's avatar Mikhail Efremov Committed by Michael Shigorin

l10n: Don't hardcode lang in kernel cmdline

The 'lang' option will be added by gfxboot according with choosed language.
parent 2b501116
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
# TODO: KEYMAP for default keymap? # TODO: KEYMAP for default keymap?
use/l10n: use/l10n:
@$(call add_feature) @$(call add_feature)
@$(call add,STAGE2_BOOTARGS,lang=$$(LOCALE))
@$(call add,THE_PACKAGES,glibc-locales) @$(call add,THE_PACKAGES,glibc-locales)
@$(call add,LOCALES,en_US) @$(call add,LOCALES,en_US)
@$(call add,XKB_KEYMAPS,us) @$(call add,XKB_KEYMAPS,us)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment