diff options
| -rw-r--r-- | boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm | 2 |
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'} }; |
