39 |
|
|
40 |
def findRootParts(intf, id, dispatch, dir, chroot): |
def findRootParts(intf, id, dispatch, dir, chroot): |
41 |
|
|
42 |
|
w = intf.waitWindow(_("Converting to RAID"), |
43 |
|
_("Converting to RAID, this may take several minutes...")) |
44 |
|
|
45 |
# XXX - FIXME - HACK RAID upgrade |
# XXX - FIXME - HACK RAID upgrade |
46 |
# rc = iutil.execWithRedirect("/tmp/updates/raidconvert", |
rc = iutil.execWithRedirect("/tmp/updates/raidconvert", |
47 |
# ["raidconvert"], |
["raidconvert"], |
48 |
# stdin = None, |
stdin = None, |
49 |
# stdout = "/dev/tty5", |
stdout = "/dev/tty5", |
50 |
# stderr = "/dev/tty5") |
stderr = "/dev/tty5") |
51 |
# if rc: |
w.pop() |
52 |
# raise SystemError |
|
53 |
|
if rc: |
54 |
|
raise SystemError |
55 |
|
|
56 |
if dir == DISPATCH_BACK: |
if dir == DISPATCH_BACK: |
57 |
return |
return |