Home | Trees | Indices | Help |
---|
|
object --+ | Platform --+ | X86
|
|||
_bootloaderClass GRUBv2 |
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
_boot_stage1_device_types = ["disk"]
|
|||
_boot_mbr_description = N_("Master Boot Record")
|
|||
_boot_descriptions = {"disk": _boot_mbr_description, "partitio
|
|||
_disklabel_types = ["gpt", "msdos"]
|
|||
_non_linux_format_types = ["vfat", "ntfs", "hpfs"]
|
|||
Inherited from |
|
|||
Inherited from |
|
Creates a new Platform object. This is basically an abstract class. You should instead use one of the platform-specific classes as returned by getPlatform below. Not all subclasses need to provide all the methods in this class.
|
Return the default platform-specific partitioning information.
|
Given an fstype (as a string) or a mountpoint, return an integer for the base sorting weight. This is used to modify the sort algorithm for partition requests, mainly to make sure bootable partitions and /boot are placed where they need to be.
|
|
_boot_descriptions
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Mar 2 14:52:23 2012 | http://epydoc.sourceforge.net |