summaryrefslogtreecommitdiffstats
path: root/src/boot-env
diff options
context:
space:
mode:
authorDirk2014-04-27 22:28:27 +0200
committerDirk2014-04-27 22:28:27 +0200
commitcd22715eec911f1a27e6621e93545b4593eff872 (patch)
treed021406402e5b1221153fa8d6faa7426ae3241c2 /src/boot-env
parentCleanup ... (diff)
downloadcore-cd22715eec911f1a27e6621e93545b4593eff872.tar.gz
core-cd22715eec911f1a27e6621e93545b4593eff872.tar.xz
core-cd22715eec911f1a27e6621e93545b4593eff872.zip
More fixes and cleanups ...
Diffstat (limited to 'src/boot-env')
-rw-r--r--src/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm b/src/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm
index 3166702e..b7e20d2e 100644
--- a/src/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm
+++ b/src/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm
@@ -1,4 +1,4 @@
-# Copyright (c) 2006..2010 - OpenSLX GmbH
+# Copyright (c) 2006..2014 - OpenSLX GmbH
#
# This program is free software distributed under the GPL version 2.
# See http://openslx.org/COPYING
@@ -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-generic hid-bright usbhid uhci-hcd ohci-hcd vesafb fbcon netconsole
+ af_packet unix hid hid-generic hid-bright usbhid uhci-hcd ohci-hcd netconsole
);
push @kernelModules, @{ $self->{'suggested-kernel-modules'} };