[master] Avoid final hang if no reboot action is specified in kickstart.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Related: rhbz#728923
---
 anaconda |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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")
-- 
1.7.6

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux