From: "Brian C. Lane" <bcl@xxxxxxxxxx> This patchset replaces my previous one. It depends on lorax creating images with dracut --prefix=/run/initramfs/ so that we can access the dracut shutdown hooks. This will be in the next lorax build (17.6) Instead of ejecting the media out from under the install we will now write a shutdown hook that handles the eject as one of the last things the system does. during shutdown systemd uses the /run/initramfs/shutdown script from dracut, this allows us to eject the media after everything had been unmounted so that the installer doesn't crash. Brian C. Lane (2): add dracut shutdown eject hook function (#787461) use a dracut shutdown hook to eject media (#787461) anaconda | 5 ++--- pyanaconda/constants.py | 2 ++ pyanaconda/installmethod.py | 8 ++++---- pyanaconda/iutil.py | 24 ++++++++++++++++++++++++ pyanaconda/yuminstall.py | 34 +++++++++------------------------- 5 files changed, 41 insertions(+), 32 deletions(-) -- 1.7.7.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list