[PATCH] Both the inittab and systemd sections can return. Move this part earlier.

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

 



---
 pyanaconda/desktop.py |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/pyanaconda/desktop.py b/pyanaconda/desktop.py
index f9069ac..bc6f949 100644
--- a/pyanaconda/desktop.py
+++ b/pyanaconda/desktop.py
@@ -49,6 +49,11 @@ class Desktop (SimpleConfigFile):
         self.runlevel = 3
 
     def write (self, instPath):
+        if self.getDefaultDesktop():
+            f = open(instPath + "/etc/sysconfig/desktop", "w")
+            f.write(str (self))
+            f.close()
+
         try:
             inittab = open (instPath + '/etc/inittab', 'r')
         except IOError:
@@ -73,7 +78,3 @@ class Desktop (SimpleConfigFile):
             os.unlink(default_target)
         os.symlink('/lib/systemd/system/runlevel' + str(self.runlevel) + '.target', default_target)
 
-        if self.getDefaultDesktop():
-            f = open(instPath + "/etc/sysconfig/desktop", "w")
-            f.write(str (self))
-            f.close()
-- 
1.7.2.3

_______________________________________________
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