server-ovz.iso: employ proper cleanup

The reason not to add server cleanup right into
distro/server-base is the possibility to build
combined installers (read centaurus).
Gotta sort it out some day...
This commit is contained in:
Michael Shigorin 2011-09-14 09:20:52 +03:00
parent 5d37a0c54d
commit 08b935545a

View File

@ -58,7 +58,8 @@ distro/server-mini: distro/server-base use/cleanup/x11-alterator
@$(call add,BASE_LISTS,$(call tags,extra network))
distro/server-ovz: distro/server-base \
use/hdt use/rescue use/firmware/server use/powerbutton/acpi
use/hdt use/rescue use/firmware/server use/powerbutton/acpi \
use/cleanup/x11-alterator
@$(call set,STAGE1_KFLAVOUR,std-def)
@$(call set,KFLAVOURS,std-def ovz-el)
@$(call add,KMODULES,bcmwl e1000e igb ndiswrapper rtl8168 rtl8192)