/[grub]/grub2/util/i386/pc/grub-setup.c
ViewVC logotype

Diff of /grub2/util/i386/pc/grub-setup.c

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

revision 1.14 by okuji, Sun Aug 7 17:12:52 2005 UTC revision 1.15 by okuji, Mon Aug 8 23:15:21 2005 UTC
# Line 436  setup (const char *prefix, const char *d Line 436  setup (const char *prefix, const char *d
436    else    else
437      *install_dos_part = *install_bsd_part = grub_cpu_to_le32 (-1);      *install_dos_part = *install_bsd_part = grub_cpu_to_le32 (-1);
438        
439      grub_util_info ("dos partition is %u, bsd partition is %u, prefix is %s",
440                      grub_le_to_cpu32 (*install_dos_part),
441                      grub_le_to_cpu32 (*install_bsd_part),
442                      prefix);
443    strcpy (install_prefix, prefix);    strcpy (install_prefix, prefix);
444        
445    /* Write the first two sectors of the core image onto the disk.  */    /* Write the first two sectors of the core image onto the disk.  */
# Line 678  main (int argc, char *argv[]) Line 682  main (int argc, char *argv[])
682        
683    free (boot_file);    free (boot_file);
684    free (core_file);    free (core_file);
   free (prefix);  
685    free (dir);    free (dir);
686    free (dev_map);    free (dev_map);
687    free (root_dev);    free (root_dev);

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26