Magellan Linux

Diff of /trunk/grubby/grubby.c

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

revision 2956 by niro, Wed Jul 16 11:01:36 2014 UTC revision 2957 by niro, Wed Jun 29 14:06:18 2016 UTC
# Line 3312  int addMBInitrd(struct grubConfig * cfg, Line 3312  int addMBInitrd(struct grubConfig * cfg,
3312    
3313      if (!image) return 0;      if (!image) return 0;
3314    
3315      for (; (entry = findEntryByPath(cfg, newMBKernel, prefix, &index)); index++) {      for (; (entry = findEntryByPath(cfg, image, prefix, &index)); index++) {
3316          kernelLine = getLineByType(LT_MBMODULE, entry->lines);          kernelLine = getLineByType(LT_MBMODULE, entry->lines);
3317          if (!kernelLine) continue;          if (!kernelLine) continue;
3318    

Legend:
Removed from v.2956  
changed lines
  Added in v.2957