summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-07-24 13:58:30 +0000
committerMatt Wilson <msw@redhat.com>2000-07-24 13:58:30 +0000
commit28d8e89d291f04f8617a859e6acd42e124b81c0f (patch)
tree932dbe87f53b2c5b143f520b30e9a8863704e86d /todo.py
parentcdff32c04a061019b297422c8fedcec2ef862c61 (diff)
downloadanaconda-28d8e89d291f04f8617a859e6acd42e124b81c0f.tar.gz
anaconda-28d8e89d291f04f8617a859e6acd42e124b81c0f.tar.xz
anaconda-28d8e89d291f04f8617a859e6acd42e124b81c0f.zip
add newlines, changed desktop setting
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/todo.py b/todo.py
index aa79681c2..c8e327b91 100644
--- a/todo.py
+++ b/todo.py
@@ -1000,6 +1000,7 @@ class ToDo:
todo.bootdisk = todo.instClass.getMakeBootdisk()
todo.zeroMbr = todo.instClass.zeroMbr
(where, linear, append) = todo.instClass.getLiloInformation()
+ todo.desktop.set (todo.instClass.getDesktop())
arch = iutil.getArch ()
if arch == "i386":
@@ -1064,9 +1065,6 @@ class ToDo:
todo.mouse.set(type, emulateThreeButtons, thedev = device)
todo.x.setMouse(todo.mouse)
- if todo.instClass.desktop:
- todo.desktop.set (todo.instClass.desktop)
-
# this is messy, needed for upgradeonly install class
if todo.instClass.installType == "upgrade":
todo.upgrade = 1
@@ -1539,7 +1537,7 @@ class ToDo:
self.instLog.write ("\n\nThe following packages were available on the CD but NOT upgraded:\n")
for p in self.hdList.packages.values ():
if not p.selected:
- self.instLog.write("%s-%s-%s.%s.rpm" %
+ self.instLog.write("%s-%s-%s.%s.rpm\n" %
(p.h[rpm.RPMTAG_NAME],
p.h[rpm.RPMTAG_VERSION],
p.h[rpm.RPMTAG_RELEASE],