|
|
|
|
|
|
|
preflight_check(self)
While not all of these are strictly checks, their failure would
inevitably lead to failure, and since we can check them before we
start setting up disk and whatnot, we might as well go ahead an do
this now. |
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 distro.Distro :
has_xen_support
Inherited from Plugin :
__init__ ,
deploy ,
install_from_template ,
post_install ,
run_in_target
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|