Magellan Linux

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

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

revision 2258 by niro, Mon Oct 21 14:02:25 2013 UTC revision 2262 by niro, Mon Oct 21 14:06:22 2013 UTC
# Line 182  const char *grubFindConfig(struct config Line 182  const char *grubFindConfig(struct config
182   "/boot/grub/grub.conf",   "/boot/grub/grub.conf",
183   "/boot/grub/menu.lst",   "/boot/grub/menu.lst",
184   "/etc/grub.conf",   "/etc/grub.conf",
185     "/boot/grub2/grub.cfg",
186     "/boot/grub2-efi/grub.cfg",
187   NULL   NULL
188      };      };
189      static int i = -1;      static int i = -1;

Legend:
Removed from v.2258  
changed lines
  Added in v.2262