diff options
author | Jeremy Katz <katzj@redhat.com> | 2001-10-29 20:14:08 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2001-10-29 20:14:08 +0000 |
commit | afe7df0c51bea35b451fcd9a538418873681f4c1 (patch) | |
tree | ece112bf3ff594894813be0f5ede6c5c92a30f96 /packages.py | |
parent | f6cdd27eed257dd4e774e406666419dba4537efe (diff) | |
download | anaconda-afe7df0c51bea35b451fcd9a538418873681f4c1.tar.gz anaconda-afe7df0c51bea35b451fcd9a538418873681f4c1.tar.xz anaconda-afe7df0c51bea35b451fcd9a538418873681f4c1.zip |
merge fix to not run depmod from 7-2-branch
Diffstat (limited to 'packages.py')
-rw-r--r-- | packages.py | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/packages.py b/packages.py index d936f782c..7104a7e1d 100644 --- a/packages.py +++ b/packages.py @@ -788,18 +788,11 @@ def doPostInstall(method, id, intf, instPath): w.set(5) if flags.setupFilesystems: - # go ahead and depmod modules as modprobe in rc.sysinit - # will complain loaduly if we don't do it now. - depmodModules(id.comps, instPath) - - w.set(6) - - if flags.setupFilesystems: f = open("/tmp/cleanup", "w") method.writeCleanupPath(f) f.close() - w.set(7) + w.set(6) finally: pass |