Commit f7039440 authored by Anton Midyukov's avatar Anton Midyukov

regular.mk: Switch KFLAVOUR to std-def for jeos-sysv

The installer cannot start in qemu with the un-def kernel.
parent c708f0f1
......@@ -77,7 +77,7 @@ distro/.regular-jeos-full: distro/.regular-jeos \
@$(call add,CLEANUP_PACKAGES,libffi 'libltdl*')
@$(call add,CLEANUP_PACKAGES,bridge-utils)
@$(call add,DEFAULT_SERVICES_DISABLE,fbsetfont)
@$(call set,KFLAVOURS,un-def)
@$(call set,KFLAVOURS,std-def)
@$(call add,BASE_KMODULES,drm)
# NB:
......
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