> Looks pretty good to me. Patch #8 is going to need an exception for > livecd which needs anaconda to exit. You can check flags.livecdInstall Okay, I can just change the very end of anaconda to look like this: elif not flags.livecdInstall: os.system("systemctl --force --no-wall reboot") Then in the livecd case, we just fall off the bottom, anaconda exits, and whatever started anaconda (the livecd script) takes back over. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list