summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Schmelzer2009-05-22 21:48:13 +0200
committerSebastian Schmelzer2009-05-22 21:48:13 +0200
commit004b2b136f7244f532461958231d39d8ad7896cd (patch)
tree6842d3d41e46e92f86499662ef55c00985ca4b1d
parentadd fb support for preboot (diff)
downloadcore-004b2b136f7244f532461958231d39d8ad7896cd.tar.gz
core-004b2b136f7244f532461958231d39d8ad7896cd.tar.xz
core-004b2b136f7244f532461958231d39d8ad7896cd.zip
add fbcon, vesa to default module list
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2873 95ad53e4-c205-0410-b2fa-d234c58c8868
-rw-r--r--boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm2
1 files changed, 1 insertions, 1 deletions
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'} };