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:
parent
e139a5e091
commit
559f80adf3
1
features.in/armh-cubox/stage1/modules.d/50-armh-cubox
Normal file
1
features.in/armh-cubox/stage1/modules.d/50-armh-cubox
Normal file
@ -0,0 +1 @@
|
||||
ehci_marvell
|
6
features.in/l10n/stage1/modules.d/50-l10n
Normal file
6
features.in/l10n/stage1/modules.d/50-l10n
Normal file
@ -0,0 +1,6 @@
|
||||
# l10n
|
||||
nls_base.ko
|
||||
nls_cp866.ko
|
||||
nls_koi8-r.ko
|
||||
nls_utf8.ko
|
||||
#
|
6
features.in/net/stage1/modules.d/50-net
Normal file
6
features.in/net/stage1/modules.d/50-net
Normal file
@ -0,0 +1,6 @@
|
||||
# net
|
||||
kernel/drivers/net/mii.ko
|
||||
kernel/drivers/net/phy
|
||||
kernel/drivers/net/ethernet
|
||||
kernel/drivers/net/usb
|
||||
#
|
6
features.in/vmguest/stage1/modules.d/50-vmguest
Normal file
6
features.in/vmguest/stage1/modules.d/50-vmguest
Normal 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
0
sub.in/stage1/modules.d/.gitignore
vendored
Normal file
Loading…
Reference in New Issue
Block a user