initial virtualbox feature

This sketch quickly pulls virtualbox guest additions in
the installed system; should probably be extended with
other VM support...
This commit is contained in:
Michael Shigorin 2011-12-01 12:30:19 +02:00
parent e9fea01685
commit 3a5740d840

View File

@ -0,0 +1,4 @@
use/virtualbox/guest:
@$(call add_feature)
@$(call add,KMODULES,virtualbox-addition)
@$(call add,BASE_PACKAGES,virtualbox-guest-additions)