#1940 PR merged: Support simulation mode for dump and help workflows plus better help workflow

Labels: enhancement, fixed / solved / done, minor bug

jsmeix opened issue at 2018-10-23 11:53:

# touch /etc/rear-release

# usr/sbin/rear help

# usr/sbin/rear -v help

# usr/sbin/rear -s help

# rm /etc/rear-release
  • Brief description of the changes in this pull request:
    Now rear -s dump and rear -s help work and
    the help workflow is supported in the running recovery system.

jsmeix commented at 2018-10-23 12:47:

Tested that all workflows i.e. all usr/share/rear/lib/*-workflow.sh
now support to be run in simulation mode via

# for w in $( ls -1 usr/share/rear/lib/*-workflow.sh | cut -d '/' -f5 | cut -d '-' -f1 ) ; do read -p "running 'rear -s $w' " ; usr/sbin/rear -s $w ; echo ========================= ; done

jsmeix commented at 2018-10-24 12:35:

When there are no objections I would like to merge it tomorrow.


[Export of Github issue for rear/rear.]