From 93a71178abc9ddbd03bf1dd4b3d4bc66f417297e Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Wed, 13 Feb 2002 23:40:24 +0000 Subject: the bootloader files belong in booty now, so axe them from here. move needsEnterpriseKernel into iutil --- packages.py | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'packages.py') 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 -- cgit