Magellan Linux

Diff of /tags/grubby-8_32/grubby.c

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

revision 2692 by niro, Wed Jul 16 10:45:12 2014 UTC revision 2694 by niro, Wed Jul 16 10:48:13 2014 UTC
# Line 1199  static struct grubConfig * readConfig(co Line 1199  static struct grubConfig * readConfig(co
1199       * lines came earlier in the template, make sure to use LT_HYPER       * lines came earlier in the template, make sure to use LT_HYPER
1200       * instead of LT_KERNEL now       * instead of LT_KERNEL now
1201       */       */
1202      if (entry->multiboot)      if (entry && entry->multiboot)
1203   line->type = LT_HYPER;   line->type = LT_HYPER;
1204    
1205          } else if (line->type == LT_MBMODULE) {          } else if (line->type == LT_MBMODULE) {

Legend:
Removed from v.2692  
changed lines
  Added in v.2694