|
__init__(self,
storage)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
grub_device_name(self,
device)
Return a grub-friendly representation of device. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_encrypt_password(self)
Make sure self.encrypted_password is set up correctly. |
source code
|
|
|
|
|
|
|
|
|
write_device_map(self)
Write out a device map containing all supported devices. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from BootLoader :
add_image ,
boot_prefix ,
bootable_chain_devices ,
bootable_devices ,
clear_drive_list ,
clear_images ,
default ,
device_description ,
device_descriptions ,
disklabel_types ,
drive_order ,
drives ,
image_label ,
images ,
is_valid_stage1_device ,
is_valid_stage2_device ,
platform ,
read ,
set_boot_args ,
set_preferred_stage1_type ,
stage1_device ,
stage1_devices ,
stage2_device ,
timeout ,
trusted_boot ,
update_only ,
write ,
writeKS
Inherited from BootLoader (private):
_device_type_index ,
_device_type_match ,
_find_chain_images ,
_is_valid_disklabel ,
_is_valid_format ,
_is_valid_location ,
_is_valid_md ,
_is_valid_partition ,
_is_valid_size ,
_set_console ,
_sort_drives
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|
|
name = "GRUB"
|
|
_config_dir = "grub"
|
|
_config_file = "grub.conf"
|
|
_device_map_file = "device.map"
|
|
can_dual_boot = True
|
|
can_update = True
|
|
stage2_is_valid_stage1 = True
|
|
stage2_bootable = True
|
|
stage2_must_be_primary = False
|
|
stage2_device_types = ["partition", "mdarray"]
|
|
stage2_raid_levels = [mdraid.RAID1]
|
|
stage2_raid_member_types = ["partition"]
|
|
stage2_raid_metadata = ["0", "0.90", "1.0"]
|
|
packages = ["grub"]
|
Inherited from BootLoader :
config_file_mode ,
encryption_support ,
global_preserve_args ,
image_label_attr ,
obsoletes ,
preserve_args ,
stage2_description ,
stage2_format_types ,
stage2_max_end_mb ,
stage2_mountpoints
|