summaryrefslogtreecommitdiffstats
path: root/src/boot-env
diff options
context:
space:
mode:
authorDirk2014-04-13 22:42:56 +0200
committerDirk2014-04-13 22:42:56 +0200
commit2a72e1052edbb5b6bc36edd56bdbe5b59a074b2b (patch)
tree44f67127997fbec0abd78369bddf39425ca06f86 /src/boot-env
parentModule naming issues fixed ... (diff)
downloadcore-2a72e1052edbb5b6bc36edd56bdbe5b59a074b2b.tar.gz
core-2a72e1052edbb5b6bc36edd56bdbe5b59a074b2b.tar.xz
core-2a72e1052edbb5b6bc36edd56bdbe5b59a074b2b.zip
...
Diffstat (limited to 'src/boot-env')
-rw-r--r--src/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm b/src/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm
index e539ddd4..3166702e 100644
--- a/src/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm
+++ b/src/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm
@@ -232,7 +232,7 @@ sub _copyKernelModules
# (some of these modules do not exist on all distros, so they will be
# filtered out again by the respective distro object):
my @kernelModules = qw(
- af_packet unix hid hid-bright usbhid uhci-hcd ohci-hcd vesafb fbcon netconsole
+ af_packet unix hid hid-generic hid-bright usbhid uhci-hcd ohci-hcd vesafb fbcon netconsole
);
push @kernelModules, @{ $self->{'suggested-kernel-modules'} };