Changeset 3281 in MondoRescue for branches/3.2/mondo/src
- Timestamp:
- Apr 30, 2014, 7:58:11 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mondo/src/common/libmondo-archive.c
r3280 r3281 683 683 fatal_error("The de facto standard location for your boot loader's config file is /boot/grub/menu.lst, /boot/grub/grub.cfg, or /boot/grub2/grub.cfg but I cannot find it there. What is wrong with your Linux distribution?"); 684 684 } 685 mr_asprintf(bootldr_ver, "%s", call_program_and_get_last_line_of_output("grub --version "));685 mr_asprintf(bootldr_ver, "%s", call_program_and_get_last_line_of_output("grub --version 2> /dev/null")); 686 686 if (strcmp(bootldr_ver,"") ==0) { 687 687 mr_free(bootldr_ver);
Note:
See TracChangeset
for help on using the changeset viewer.