Home | Trees | Index | Help |
|
---|
Package lib :: Package backend :: Module copy :: Class Copy |
|
Method Summary | |
---|---|
Initial attributes. | |
Core copy process. | |
copy logs files into installed system. | |
mounting loop system from cloop or squashfs system. | |
mount selected partitions on /target . | |
Run the copy stage. | |
umounting selected partitions. | |
unmounting loop system from cloop or squashfs system. |
Method Details |
---|
__init__(self,
mountpoints)
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. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Nov 9 13:46:23 2005 | http://epydoc.sf.net |