Magellan Linux

Diff of /trunk/grubby/grubby.c

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

revision 3150 by niro, Tue Jul 7 11:24:19 2020 UTC revision 3151 by niro, Tue Jul 7 11:25:03 2020 UTC
# Line 5534  int main(int argc, const char **argv) Line 5534  int main(int argc, const char **argv)
5534   entry = findEntryByIndex(config, config->defaultImage);   entry = findEntryByIndex(config, config->defaultImage);
5535   if (!entry)   if (!entry)
5536   return 0;   return 0;
5537   if (!suitableImage(entry, bootPrefix, 0, flags))  
5538   return 0;   /* check if is a suitable image but still print it */
5539     suitableImage(entry, bootPrefix, 0, flags);
5540    
5541   line =   line =
5542      getLineByType(LT_KERNEL | LT_HYPER | LT_KERNEL_EFI |      getLineByType(LT_KERNEL | LT_HYPER | LT_KERNEL_EFI |

Legend:
Removed from v.3150  
changed lines
  Added in v.3151