Looks okay for master and f14-branch, but it won't make the beta without a blocker. Dave On Tue, 2010-09-14 at 17:40 -0400, Bill Nottingham wrote: > --- > 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() _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list