/[smeserver]/cdrom.image/updates/upgrade.py
ViewVC logotype

Diff of /cdrom.image/updates/upgrade.py

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.7 by growell, Fri Sep 16 22:11:45 2005 UTC Revision 1.9 by growell, Sat Sep 17 02:01:02 2005 UTC
# Line 39  upgrade_remove_blacklist = () Line 39  upgrade_remove_blacklist = ()
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        w.pop()
52    
53      if rc:      if rc:
54          raise SystemError          raise SystemError
55    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed