diff options
author | Mike Fulbright <msf@redhat.com> | 2001-02-14 03:02:49 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2001-02-14 03:02:49 +0000 |
commit | a636f726884e937b271f07973bd1ebe869aa7abf (patch) | |
tree | 59f0573fd1083caf9e5fe5f8159818497f153903 /utils | |
parent | f5cea568c7c839ff24c18a3b3cf325ca1e26b2dd (diff) | |
download | anaconda-a636f726884e937b271f07973bd1ebe869aa7abf.tar.gz anaconda-a636f726884e937b271f07973bd1ebe869aa7abf.tar.xz anaconda-a636f726884e937b271f07973bd1ebe869aa7abf.zip |
only get Q Logic controller ignore entries, getting all make boot image too large in some languages
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/trimpcitable | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/trimpcitable b/utils/trimpcitable index 80f1ed370..76ab26a4f 100755 --- a/utils/trimpcitable +++ b/utils/trimpcitable @@ -12,7 +12,7 @@ while (<STDIN>) { print "$_\n"; } elsif ($_ =~ /Card:Intel.*81[05]/) { print "$_\n"; - } elsif ($a[2] =~ /\"ignore\"/ || $a[4] =~ /\"ignore\"/) { + } elsif ($a[4] =~ /\"ignore\"/) { print "$_\n"; } |