/[soft]/drakx/trunk/perl-install/standalone/service_harddrake
ViewVC logotype

Diff of /drakx/trunk/perl-install/standalone/service_harddrake

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3177 by anssi, Sun Dec 4 02:24:19 2011 UTC revision 3178 by anssi, Fri Mar 2 18:48:09 2012 UTC
# Line 236  foreach my $card (@cards) { Line 236  foreach my $card (@cards) {
236      next if !$device;      next if !$device;
237            
238      if (find { -e join('', "/lib/modules/", c::kernel_version(), $_) }      if (find { -e join('', "/lib/modules/", c::kernel_version(), $_) }
239            map { ("/dkms/$_", "/dkms-binary/$_", "/kernel/$_") } map { "/drivers/$_" } map { ("extra/$_", "video/$_", "char/$_", "char/drm/$_") } map { $_, "$_.gz" } @{$card->{module_names}}) {            map { ("/dkms/$_", "/dkms-binary/$_", "/kernel/$_") } map { "/drivers/$_" } map { ("extra/$_", "video/$_", "char/$_", "char/drm/$_") } map { $_, "$_.xz", "$_.gz" } @{$card->{module_names}}) {
240    
241          # do not automatically switch from nv to nvidia (in order to handle          # do not automatically switch from nv to nvidia (in order to handle
242          # cases where nvidia module crashes the system):          # cases where nvidia module crashes the system):

Legend:
Removed from v.3177  
changed lines
  Added in v.3178

  ViewVC Help
Powered by ViewVC 1.1.28