#1099 PR merged: Skip remount sync when systemd is used (issue1097)

Labels: enhancement, cleanup, fixed / solved / done

jsmeix opened issue at 2016-12-02 11:17:

Remounting all what is mounted below /mnt/local
with sync option is no longer needed when systemd is used
because when systemd is used reboot, halt, poweroff,
and shutdown are replaced by scripts that do umount
plus sync to safely shut down the recovery system,
see https://github.com/rear/rear/pull/1011
and https://github.com/rear/rear/issues/1097

Furthermore remounting with sync option could become
in practice a major annoyance because it makes writing
anything below /mnt/local basically unusable slow,
see https://github.com/rear/rear/issues/1097

jsmeix commented at 2016-12-02 11:22:

If there are no furious objections I will merge it soon...

gdha commented at 2016-12-02 12:31:

@jsmeix looks clean - thx


[Export of Github issue for rear/rear.]