57747b22a5
Also pulled the pkglist/kmodule part out of distro/server-mini's recipe and started off a standalone feature based on it. NB: el-smp kernel now contains aufs as a module but propagator doesn't try to modprobe it.
10 lines
293 B
Makefile
10 lines
293 B
Makefile
use/server:
|
|
@$(call add_feature)
|
|
|
|
use/server/mini: use/server
|
|
@$(call add,THE_KMODULES,e1000e igb)
|
|
@$(call add,STAGE1_KMODULES,e1000e igb)
|
|
@$(call add,THE_LISTS,\
|
|
$(call tags,base && (server || network || security || pkg)))
|
|
@$(call add,THE_LISTS,$(call tags,extra (server || network)))
|