summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--packages.py8
2 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 73fd13564..2a89ed71b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-12 Jeremy Katz <katzj@redhat.com>
+
+ * packages.py (doPostInstall): Add rhgb in post-install, not
+ doInstall (from msw on anaconda-devel-list)
+
2004-10-12 Bill Nottingham <notting@redhat.com>
* loader2/module-info: add ahci, sx8
diff --git a/packages.py b/packages.py
index a47f92648..0863e7303 100644
--- a/packages.py
+++ b/packages.py
@@ -1055,10 +1055,6 @@ def doInstall(method, id, intf, instPath):
except Exception, e:
log("failed to unlink /var/lib/rpm: %s" %(e,))
- if id.grpset.hdrlist.has_key("rhgb") and id.grpset.hdrlist["rhgb"].isSelected():
- log("rhgb installed, adding to boot loader config")
- id.bootloader.args.append("rhgb quiet")
-
instLog.close ()
id.instProgress = None
@@ -1195,6 +1191,10 @@ def doPostInstall(method, id, intf, instPath):
# of working afterwards. FIXME: this is a hack
migrateMouseConfig(instPath, instLogName)
+ if id.grpset.hdrlist.has_key("rhgb") and id.grpset.hdrlist["rhgb"].isSelected():
+ log("rhgb installed, adding to boot loader config")
+ id.bootloader.args.append("rhgb quiet")
+
w.set(5)
# FIXME: hack to install the comps package