vm.mk: use led-ws kernel instead of un-def

It's the most compact "generic" kernel available
in Sisyphus and some branches; led-vs might have
been more suitable but it's not supported within
p7/branch (current stable).
This commit is contained in:
Michael Shigorin 2014-03-01 22:35:49 +04:00
parent 3311ce5d80
commit 8547de0f0b

View File

@ -9,7 +9,8 @@ ifeq (vm,$(IMAGE_CLASS))
vm/.bare: profile/bare
@$(call add,BASE_PACKAGES,sysklogd syslogd sysvinit interactivesystem)
@$(call add,BASE_PACKAGES,lilo shadow-utils e2fsprogs)
@$(call set,KFLAVOURS,un-def)
@$(call set,KFLAVOURS,led-ws)
@$(call add,BASE_KMODULES,guest)
vm/bare: vm/.bare
@$(call add,BASE_PACKAGES,apt)