Package lib :: Package backend :: Module copy :: Class Copy
[show private | hide private]
[frames | no frames]

Class Copy


Method Summary
  __init__(self, mountpoints)
Initial attributes.
  copy_all(self, queue)
Core copy process.
  copy_logs(self)
copy logs files into installed system.
  mount_source(self)
mounting loop system from cloop or squashfs system.
  mount_target(self)
mount selected partitions on /target .
  run(self, queue)
Run the copy stage.
  umount_target(self)
umounting selected partitions.
  unmount_source(self)
unmounting loop system from cloop or squashfs system.

Method Details

__init__(self, mountpoints)
(Constructor)

Initial attributes.

copy_all(self, queue)

Core copy process. This is the most important step of this stage. It clones live filesystem into a local partition in the selected hard disk.

copy_logs(self)

copy logs files into installed system.

mount_source(self)

mounting loop system from cloop or squashfs system.

mount_target(self)

mount selected partitions on /target .

run(self, queue)

Run the copy stage. This is the second step from the installation process.

umount_target(self)

umounting selected partitions.

unmount_source(self)

unmounting loop system from cloop or squashfs system.

Generated by Epydoc 2.1 on Wed Nov 9 13:46:23 2005 http://epydoc.sf.net