From 004b2b136f7244f532461958231d39d8ad7896cd Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Fri, 22 May 2009 19:48:13 +0000 Subject: add fbcon, vesa to default module list git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2873 95ad53e4-c205-0410-b2fa-d234c58c8868 --- boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot-env/OpenSLX') diff --git a/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm b/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm index 24453b23..fcc8601a 100644 --- a/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm +++ b/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm @@ -231,7 +231,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 usbhid uhci-hcd ohci-hcd + af_packet unix hid usbhid uhci-hcd ohci-hcd vesafb fbcon ); push @kernelModules, @{ $self->{'suggested-kernel-modules'} }; -- cgit v1.2.3-55-g7522