Changeset 3313 in MondoRescue
- Timestamp:
- Sep 9, 2014, 12:37:14 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/MondoRescue/lib/MondoRescue/Kernel.pm
r3257 r3313 137 137 ($void,$lib,$modulep,$kernelv,$modpath) = split(/\//,$module,5); 138 138 next if (not defined $modpath); 139 if (not defined $modlist{$modpath}) { 140 pb_log(0,"No modlist found for $modpath\n") 141 next; 142 } 139 143 $modulepath = "/$lib/$modulep/$kernelv"; 140 144 pb_log(2,"modpath: $modulepath/$modpath\n");
Note:
See TracChangeset
for help on using the changeset viewer.