This is an attempt to make sure that everything anaconda's mounted during a partially completed installation is unmounted and cleaned up. Note that there's still plenty of opportunity for failures here depending on where you restart anaconda. I think during package installation is especially suspect. --- scripts/restart-anaconda | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/scripts/restart-anaconda b/scripts/restart-anaconda index 19e3d04..645b88d 100755 --- a/scripts/restart-anaconda +++ b/scripts/restart-anaconda @@ -34,4 +34,5 @@ fi # This will kill all programs in the loader group and restart the # service. systemctl stop loader.service +anaconda-cleanup systemctl start --no-block loader.service -- 1.7.4.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list