Ignore:
Timestamp:
Apr 30, 2014, 7:58:11 PM (10 years ago)
Author:
Bruno Cornec
Message:
  • /usr/sbin/dmeventd is now needed by systemd for dm dev creation (seen with LVM)
  • Keyboard detection needs to be done after MRCFG creation
  • Avoids error msgs in grub detection (when grub2 is in fact used)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/common/libmondo-archive.c

    r3280 r3281  
    683683            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?");
    684684        }
    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"));
    686686        if (strcmp(bootldr_ver,"") ==0) {
    687687            mr_free(bootldr_ver);
Note: See TracChangeset for help on using the changeset viewer.