Commit 7d857f88 authored by Anton Midyukov's avatar Anton Midyukov

regular.mk: added staging kernel module for jeos, server

This is to ensure a wider support network interfaces.
parent 9c17a811
...@@ -80,6 +80,7 @@ distro/.regular-jeos-full: distro/.regular-jeos \ ...@@ -80,6 +80,7 @@ distro/.regular-jeos-full: distro/.regular-jeos \
@$(call add,CLEANUP_PACKAGES,bridge-utils) @$(call add,CLEANUP_PACKAGES,bridge-utils)
@$(call add,DEFAULT_SERVICES_DISABLE,fbsetfont) @$(call add,DEFAULT_SERVICES_DISABLE,fbsetfont)
@$(call set,KFLAVOURS,un-def) @$(call set,KFLAVOURS,un-def)
@$(call add,BASE_KMODULES,staging)
# NB: # NB:
# - stock cleanup is not enough (or installer-common-stage3 deps soaring) # - stock cleanup is not enough (or installer-common-stage3 deps soaring)
...@@ -200,6 +201,7 @@ distro/.regular-server-full: distro/.regular-server-managed \ ...@@ -200,6 +201,7 @@ distro/.regular-server-full: distro/.regular-server-managed \
use/server/groups/base use/dev/groups/builder use/install2/vnc/full use/server/groups/base use/dev/groups/builder use/install2/vnc/full
@$(call add,MAIN_GROUPS,server/sambaDC) @$(call add,MAIN_GROUPS,server/sambaDC)
@$(call add,MAIN_GROUPS,tools/hyperv) @$(call add,MAIN_GROUPS,tools/hyperv)
@$(call add,BASE_KMODULES,staging)
distro/regular-server-systemd: distro/.regular-server-full \ distro/regular-server-systemd: distro/.regular-server-full \
+systemd +systemd-optimal; @: +systemd +systemd-optimal; @:
......
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