Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.6 by slords, Tue Aug 2 01:05:34 2005 UTC | Revision 1.7 by growell, Fri Sep 16 22:11:45 2005 UTC | |
---|---|---|
# | Line 38 from rhpl.translate import _ | Line 38 from rhpl.translate import _ |
38 | upgrade_remove_blacklist = () | upgrade_remove_blacklist = () |
39 | ||
40 | def findRootParts(intf, id, dispatch, dir, chroot): | def findRootParts(intf, id, dispatch, dir, chroot): |
41 | ||
42 | # XXX - FIXME - HACK RAID upgrade | |
43 | rc = iutil.execWithRedirect("/tmp/updates/raidconvert", | |
44 | ["raidconvert"], | |
45 | stdin = None, | |
46 | stdout = "/dev/tty5", | |
47 | stderr = "/dev/tty5") | |
48 | if rc: | |
49 | raise SystemError | |
50 | ||
51 | if dir == DISPATCH_BACK: | if dir == DISPATCH_BACK: |
52 | return | return |
53 | if id.rootParts is None: | if id.rootParts is None: |
|
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |