From a7decfd31fbc242ba307cea06f8f603f2c9a737c Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Mon, 23 Oct 2006 08:51:39 +0000 Subject: * removed support for ignoring ld-linux.so as it doesn't make sense (the loader needs to be copied into the initramfs, too, of course). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@467 95ad53e4-c205-0410-b2fa-d234c58c8868 --- config-db/slxldd.pl | 7 ------- 1 file changed, 7 deletions(-) (limited to 'config-db') diff --git a/config-db/slxldd.pl b/config-db/slxldd.pl index c39e56fa..ee887e01 100755 --- a/config-db/slxldd.pl +++ b/config-db/slxldd.pl @@ -34,11 +34,6 @@ my ( %libInfo, ); -# array of regexes that match on libraries which shall be ignored: -my @ignoreLibs = ( - '^ld-linux.*\.so', -); - GetOptions( 'help|?' => \$helpReq, 'root-path=s' => \$rootPath, @@ -124,8 +119,6 @@ sub addLib { my $lib = shift; - return if grep { $lib =~ m[$_] } @ignoreLibs; - if (!exists $libInfo{$lib}) { push @libs, $lib; my $libPath; -- cgit v1.2.3-55-g7522