Magellan Linux

Diff of /trunk/grubby/grubby.c

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

revision 3025 by niro, Tue Jun 27 14:42:27 2017 UTC revision 3026 by niro, Tue Jun 27 14:43:04 2017 UTC
# Line 2569  void setDefaultImage(struct grubConfig * Line 2569  void setDefaultImage(struct grubConfig *
2569   /* check validity of existing default or first-entry-found   /* check validity of existing default or first-entry-found
2570     selection */     selection */
2571   if (defaultKernelPath) {   if (defaultKernelPath) {
2572                    /* we must initialize this */
2573                    firstKernelEntryIndex = 0;
2574   /* user requested first-entry-found */   /* user requested first-entry-found */
2575   if (!findEntryByPath(config, defaultKernelPath,   if (!findEntryByPath(config, defaultKernelPath,
2576       prefix, &firstKernelEntryIndex)) {       prefix, &firstKernelEntryIndex)) {

Legend:
Removed from v.3025  
changed lines
  Added in v.3026