From 67f90f5f92d7b01d602a6f392088e199ba4f41b8 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Mon, 30 Mar 2009 21:57:21 +0000 Subject: * add uhci-hcd and ohci-hcd to list of filtered kernel modules, as those two do not seem to exist on ubuntu-9, either git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2772 95ad53e4-c205-0410-b2fa-d234c58c8868 --- boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu_9.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'boot-env') diff --git a/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu_9.pm b/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu_9.pm index 033ff644..b0087253 100644 --- a/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu_9.pm +++ b/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu_9.pm @@ -28,7 +28,9 @@ sub applyChanges my $self = shift; my $engine = shift; - $engine->_addFilteredKernelModules( qw( af_packet unix hid )); + $engine->_addFilteredKernelModules( + qw( af_packet unix hid uhci-hcd ohci-hcd ) + ); return; } -- cgit v1.2.3-55-g7522