Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.8 by growell, Fri Sep 16 22:22:12 2005 UTC | Revision 1.10 by gordonr, Fri Oct 7 20:55:54 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): |
# XXX - FIXME - HACK RAID upgrade | ||
# rc = iutil.execWithRedirect("/tmp/updates/raidconvert", | ||
# ["raidconvert"], | ||
# stdin = None, | ||
# stdout = "/dev/tty5", | ||
# stderr = "/dev/tty5") | ||
# if rc: | ||
# raise SystemError | ||
41 | if dir == DISPATCH_BACK: | if dir == DISPATCH_BACK: |
42 | return | return |
43 | if id.rootParts is None: | if id.rootParts is None: |
|
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |