Commit b0f71907 authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: disable fbsetfont service for jeos

...as it doesn't setup framebuffer in the first place.
parent cf355f2f
......@@ -80,6 +80,7 @@ distro/regular-jeos: distro/.regular-jeos use/cleanup/jeos/full \
@$(call add,INSTALL2_PACKAGES,volumes-profile-jeos)
@$(call add,CLEANUP_PACKAGES,'glib2*' libffi 'libltdl*')
@$(call add,CLEANUP_PACKAGES,bridge-utils)
@$(call add,DEFAULT_SERVICES_DISABLE,fbsetfont)
@$(call add,STAGE2_BOOTARGS,quiet)
@$(call set,KFLAVOURS,un-def)
......
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