> diff --git a/anaconda b/anaconda > index a3a1172..6ca3391 100755 > --- a/anaconda > +++ b/anaconda > @@ -793,7 +793,7 @@ if __name__ == "__main__": > os.system("systemctl --force --no-wall poweroff") > elif anaconda.ksdata.reboot.action == KS_WAIT: > os.system("systemctl --force --no-wall halt") > - elif anaconda.ksdata.reboot.action == KS_REBOOT: > + else: # reboot action is KS_REBOOT or None > os.system("systemctl --force --no-wall reboot") > elif not flags.livecdInstall and not flags.imageInstall: > os.system("systemctl --force --no-wall reboot") Hm, I'm undecided whether it's better to do this or make it so there's always a ksdata.reboot.action set. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list