Package VMBuilder :: Module distro :: Class Distro
[frames] | no frames]

Class Distro

source code

    object --+    
             |    
plugins.Plugin --+
                 |
                Distro
Known Subclasses:

Instance Methods
 
has_xen_support(self)
Install the distro into destdir
source code
 
install(self, destdir)
Install the distro into destdir
source code
 
post_mount(self, fs)
Called each time a filesystem is mounted to let the distro add things to the filesystem
source code

Inherited from plugins.Plugin: __init__, deploy, install_from_template, post_install, preflight_check, register_options, run_in_target, set_defaults

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__