Searched refs:BootConfig (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/autogen/
H A Dsolaris.py32 from bootmgmt.bootconfig import BootConfig, SolarisDiskBootInstance namespace
44 if bootconfig.boot_class != BootConfig.BOOT_CLASS_DISK:
H A Dchain.py32 from bootmgmt.bootconfig import BootConfig, ChainDiskBootInstance namespace
46 if bootconfig.boot_class != BootConfig.BOOT_CLASS_DISK:
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dlegacygrub.py39 from bootmgmt.bootconfig import (BootConfig, DiskBootConfig, NetBootConfig, namespace
160 """Probe for Legacy GRUB files for use with the BootConfig passed
169 if (bootconfig.boot_class != BootConfig.BOOT_CLASS_NET and
175 if (bootconfig.boot_class == BootConfig.BOOT_CLASS_DISK and
178 elif bootconfig.boot_class == BootConfig.BOOT_CLASS_ODD:
180 elif bootconfig.boot_class == BootConfig.BOOT_CLASS_NET:
362 if bootconfig.boot_class == BootConfig.BOOT_CLASS_DISK:
364 elif bootconfig.boot_class == BootConfig.BOOT_CLASS_NET:
386 if self._boot_config.boot_class == BootConfig.BOOT_CLASS_DISK:
389 elif self._boot_config.boot_class == BootConfig
[all...]
H A Dsbb.py40 from bootmgmt.bootconfig import (BootConfig, DiskBootConfig, namespace
94 """Probe for ZFS boot block files for use with the BootConfig passed
107 if (bootconfig.boot_class == BootConfig.BOOT_CLASS_DISK and
142 if bootconfig.boot_class != BootConfig.BOOT_CLASS_DISK:
204 if self._boot_config.boot_class == BootConfig.BOOT_CLASS_DISK:
215 using information from the BootConfig instance to which we have a
224 elif self._boot_config.boot_class != BootConfig.BOOT_CLASS_DISK:
290 # Add the boot instances to the BootConfig instance:
318 destname = item[BootConfig.IDX_DESTNAME]
319 if (item[BootConfig
[all...]
H A Dgrub2.py59 from bootmgmt.bootconfig import (BootConfig, DiskBootConfig, ODDBootConfig, namespace
700 if (bootconfig.boot_class != BootConfig.BOOT_CLASS_NET and
706 if (bootconfig.boot_class == BootConfig.BOOT_CLASS_DISK and
709 elif bootconfig.boot_class == BootConfig.BOOT_CLASS_ODD:
711 elif bootconfig.boot_class == BootConfig.BOOT_CLASS_NET:
956 if bootconfig.boot_class == BootConfig.BOOT_CLASS_DISK:
958 elif bootconfig.boot_class == BootConfig.BOOT_CLASS_NET:
964 if self._boot_config.boot_class == BootConfig.BOOT_CLASS_DISK:
966 elif self._boot_config.boot_class == BootConfig.BOOT_CLASS_NET:
984 if self._boot_config.boot_class == BootConfig
[all...]
H A Dmenulst.py37 from bootmgmt.bootconfig import BootConfig namespace
458 return [(BootConfig.OUTPUT_TYPE_FILE,
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootconfig.py26 Abstractions for boot configuration management. A BootConfig object aggregates
31 BootConfig provides access, through abstractions, to the system boot loader,
53 class BootConfig(LoggerMixin): class in inherits:LoggerMixin
98 Initialize the basic set of attributes for all BootConfig classes
103 | BootConfig object> [tuple]
107 | BootConfig.BCF_CREATE: Create a new boot
115 | BootConfig.BCF_ONESHOT:If True, only the final boot
122 | BootConfig.BCF_AUTOGEN:The set of boot instances will be
127 | the BootConfig object is created.
135 | BootConfig
[all...]

Completed in 39 milliseconds