#52 Issue closed
: function FindStorageDrivers¶
Labels: bug
, discuss / RFC
gdha opened issue at 2012-04-04 08:51:¶
I believe that
find ${1:-$VAR_DIR/recovery} -name drivers -exec cat '{}' \;
should be changed into
find ${1:-$VAR_DIR/recovery} -name storage_drivers -exec cat '{}' \;
[Export of Github issue for rear/rear.]