Commit d45fcf36 authored by Anton Midyukov's avatar Anton Midyukov

init: add setup-vconsole-kludge for aarch64 also

plymouth breaks console fonts.
parent f17666c9
......@@ -33,7 +33,7 @@ use/init/systemd: use/init
use/init/systemd/full: use/init/systemd
@$(call add,THE_PACKAGES,chkconfig)
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
@$(call add,THE_PACKAGES,vconsole-setup-kludge)
endif
......
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