#948 PR merged: Correctly choose /boot or / prefix for 'Relax-and-Recover' GRUB 2 menu entry

Labels: enhancement, fixed / solved / done

gozora opened issue at 2016-08-01 18:55:

jsmeix commented at 2016-08-02 12:08:

Works for me on SLES12-SP1 with its default btrfs structure.
Therefore I merge it.

gozora commented at 2016-08-02 12:28:

What about rollback of my "enhancement" code:

if [[ ! $( type -p grub-probe ) && ! $( type -p grub2-probe ) ]]; then
    LogPrint "Skipping GRUB_RESCUE setup for GRUB 2 (no GRUB 2 found)."
    return
fi

Should I correct it with new pull request or will you correct it "some day"?

jsmeix commented at 2016-08-02 13:28:

Leave it as is for now because now it works well.
If really needed I could change it later myself.


[Export of Github issue for rear/rear.]