summaryrefslogtreecommitdiffstats
path: root/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-03-29 23:54:38 +0200
committerDirk von Suchodoletz2009-03-29 23:54:38 +0200
commitbfd88a0b6c724ad64acead7661f970aeeb510956 (patch)
tree9a58fba1e74310661e09ef6333b37dc93f4975a0 /boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm
parentUbuntu 9.04 "support" (inital to check for the howto/documentation, (diff)
downloadcore-bfd88a0b6c724ad64acead7661f970aeeb510956.tar.gz
core-bfd88a0b6c724ad64acead7661f970aeeb510956.tar.xz
core-bfd88a0b6c724ad64acead7661f970aeeb510956.zip
Trying to add Ubuntu-9.04 (for the sake of documentation in the wiki),
but some problems here ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2770 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm')
-rw-r--r--boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm b/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm
index 8f77c9bd..7041f688 100644
--- a/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm
+++ b/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm
@@ -32,6 +32,7 @@ sub new
return bless $self, $class;
}
+# filter out modules not present (e.g. because compiled into the kernel)
sub applyChanges
{
my $self = shift;