From cd22715eec911f1a27e6621e93545b4593eff872 Mon Sep 17 00:00:00 2001 From: Dirk Date: Sun, 27 Apr 2014 22:28:27 +0200 Subject: More fixes and cleanups ... --- src/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/boot-env') 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'} }; -- cgit v1.2.3-55-g7522