Magellan Linux

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

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

revision 914 by niro, Wed Oct 28 00:16:16 2009 UTC revision 920 by niro, Wed Oct 28 09:50:42 2009 UTC
# Line 139  struct keywordTypes grubKeywords[] = { Line 139  struct keywordTypes grubKeywords[] = {
139  };  };
140    
141  struct configFileInfo grubConfigType = {  struct configFileInfo grubConfigType = {
142      "/etc/grub.conf",    /* defaultConfig */      "/boot/grub/grub.conf",    /* defaultConfig */
143      grubKeywords,    /* keywords */      grubKeywords,    /* keywords */
144      1,    /* defaultIsIndex */      1,    /* defaultIsIndex */
145      1,    /* defaultSupportSaved */      1,    /* defaultSupportSaved */

Legend:
Removed from v.914  
changed lines
  Added in v.920