On Mon, 2004-11-22 at 19:43 -0500, Peter Schobel wrote: > i tried changing line 304 in replicator.py to > > devices = ['/dev/hda1', '/dev/hda2', '/dev/hda3', '/dev/hda5'] # FIXME > > and now i am just getting > > [root@store-lan1-141 stateless]# ./stateless-bootstrap.py -r > /reserve-root -b /reserve-boot > ( 0%) [Error ] > Try changing: def debug_print(msg): pass to def debug_print(msg): print msg in replicator.py and passing --debug to stateless-bootstrap.py and see what that tells you. Cheers, Mark.