|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
configure_mounting(self,
disks,
filesystems) |
source code
|
|
|
|
|
|
|
post_mount(self,
fs)
Called each time a filesystem is mounted to let the distro add things
to the filesystem |
source code
|
|
|
|
|
install_bootloader_cleanup(self,
chroot_dir) |
source code
|
|
|
|
|
install_bootloader(self,
chroot_dir,
disks) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from distro.Distro :
__init__ ,
build_chroot ,
has_xen_support ,
set_chroot_dir
Inherited from distro.Context :
add_clean_cb ,
add_clean_cmd ,
call_hooks ,
cancel_cleanup ,
cleanup ,
register_hook
Inherited from Plugin :
get_setting ,
get_setting_default ,
get_setting_valid_options ,
has_setting ,
install_file ,
install_from_template ,
post_install ,
run_in_target ,
set_setting ,
set_setting_default ,
set_setting_fuzzy ,
set_setting_valid_options ,
setting_group
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|