Magellan Linux

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

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

revision 1746 by niro, Sat Feb 18 01:06:20 2012 UTC revision 1747 by niro, Sat Feb 18 01:06:48 2012 UTC
# Line 1854  void displayEntry(struct singleEntry * e Line 1854  void displayEntry(struct singleEntry * e
1854          return;          return;
1855      }      }
1856    
1857      printf("kernel=%s\n", line->elements[1].item);      printf("kernel=%s%s\n", prefix, line->elements[1].item);
1858    
1859      if (line->numElements >= 3) {      if (line->numElements >= 3) {
1860   printf("args=\"");   printf("args=\"");

Legend:
Removed from v.1746  
changed lines
  Added in v.1747