[f13-branch] Go to tty1 after "Unknown Device" dialog (#577380)

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

 



I am going to give master some nice refactoring too.
---
 storage/__init__.py |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/storage/__init__.py b/storage/__init__.py
index e37f9e9..6a02c13 100644
--- a/storage/__init__.py
+++ b/storage/__init__.py
@@ -105,6 +105,11 @@ def storageInitialize(anaconda):
                       "could not be found.  Please check your "
                       "parameters and try again.") % devspec,
                     type="custom", custom_buttons = [_("_Exit installer")])
+                # vtActivate() might fail on certain ppc64 machines
+                try:
+                    isys.vtActivate(1)
+                except SystemError:
+                    pass
                 sys.exit(1)
     else:
         storage.reset()
-- 
1.6.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