a few modules.d test drives

These are aimed to test the modules.d/ and auto-pickup
implementation as well as to present an example.

At least 50-net might change (or just get renamed to avoid
auto-pickup) some day as the "net" feature's meaning is
to provide networking upon bootup and these modules are
only needed within stage1 if we're going to netboot;
and that's quite different thing.

armh-cubox bits are prone to get renamed/generalized too
since e.g. ArmadaXP based server images are going to need
this as well.
This commit is contained in:
Michael Shigorin 2015-02-23 23:18:09 +03:00
parent e139a5e091
commit 559f80adf3
5 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1 @@
ehci_marvell

View File

@ -0,0 +1,6 @@
# l10n
nls_base.ko
nls_cp866.ko
nls_koi8-r.ko
nls_utf8.ko
#

View File

@ -0,0 +1,6 @@
# net
kernel/drivers/net/mii.ko
kernel/drivers/net/phy
kernel/drivers/net/ethernet
kernel/drivers/net/usb
#

View File

@ -0,0 +1,6 @@
# vmguest
kernel/drivers/virtio
vmxnet3.ko
hv_netvsc.ko
virtio_net.ko
#

0
sub.in/stage1/modules.d/.gitignore vendored Normal file
View File