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