Magellan Linux

Diff of /trunk/grubby/grubby.c

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

revision 3153 by niro, Tue Jul 7 11:28:38 2020 UTC revision 3154 by niro, Tue Jul 7 11:29:06 2020 UTC
# Line 3209  int grubGetBootFromDeviceMap(const char Line 3209  int grubGetBootFromDeviceMap(const char
3209    
3210  int suseGrubConfGetBoot(const char *path, char **bootPtr)  int suseGrubConfGetBoot(const char *path, char **bootPtr)
3211  {  {
3212   char *grubDevice;   char *grubDevice = NULL;
3213    
3214   if (suseGrubConfGetInstallDevice(path, &grubDevice))   if (suseGrubConfGetInstallDevice(path, &grubDevice))
3215   dbgPrintf("error looking for grub installation device\n");   dbgPrintf("error looking for grub installation device\n");

Legend:
Removed from v.3153  
changed lines
  Added in v.3154