Changeset 3798 in MondoRescue


Ignore:
Timestamp:
Feb 15, 2024, 5:32:38 PM (3 months ago)
Author:
Bruno Cornec
Message:

do not proint grub2-install msgs

File:
1 edited

Legend:

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

    r3795 r3798  
    631631        if (strcmp(bootldr_ver,"") == 0) {
    632632            mr_free(bootldr_ver);
    633             bootldr_ver = call_program_and_get_last_line_of_output("grub2-install --version 2> /dev/null");
     633            bootldr_ver = call_program_and_get_last_line_of_output("grub2-install --version");
    634634        }
    635635    } else if (bkpinfo->boot_loader == 'E') {
Note: See TracChangeset for help on using the changeset viewer.