summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-02-13 23:40:24 +0000
committerJeremy Katz <katzj@redhat.com>2002-02-13 23:40:24 +0000
commit93a71178abc9ddbd03bf1dd4b3d4bc66f417297e (patch)
tree2587af72a040905236a2c9c1f8a49f8bf1441db2 /packages.py
parent77630f3a9d2e835f9227fcf3a684ad722bfe801c (diff)
downloadanaconda-93a71178abc9ddbd03bf1dd4b3d4bc66f417297e.tar.gz
anaconda-93a71178abc9ddbd03bf1dd4b3d4bc66f417297e.tar.xz
anaconda-93a71178abc9ddbd03bf1dd4b3d4bc66f417297e.zip
the bootloader files belong in booty now, so axe them from here. move
needsEnterpriseKernel into iutil
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py15
1 files changed, 1 insertions, 14 deletions
diff --git a/packages.py b/packages.py
index 8c4681731..1c8232706 100644
--- a/packages.py
+++ b/packages.py
@@ -345,17 +345,6 @@ def doPreInstall(method, id, intf, instPath, dir):
arch = iutil.getArch ()
- if arch == "alpha":
- # if were're on alpha with ARC console, set the clock
- # so that our installed files won't be in the future
- from milo import MiloInstall, onMILO
- if onMILO ():
- args = ("clock", "-A", "-s")
- try:
- iutil.execWithRedirect('/usr/sbin/clock', args)
- except:
- pass
-
# shorthand
upgrade = id.upgrade.get()
@@ -375,9 +364,7 @@ def doPreInstall(method, id, intf, instPath, dir):
select(id.hdList, 'kernel-smp')
if (id.hdList.has_key('kernel-bigmem')):
- import lilo
-
- if lilo.needsEnterpriseKernel():
+ if iutil.needsEnterpriseKernel():
id.hdList['kernel-bigmem'].selected = 1
# we *always* need a kernel installed