Searched refs:ODDBootConfig (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dgrub2.py59 from bootmgmt.bootconfig import (BootConfig, DiskBootConfig, ODDBootConfig, namespace
636 # In the case of ODDBootConfig, this is a fatal error. For DiskBootConfig,
1109 ODDBootConfig and NetBootConfig, we create the grub.cfg by hand (since
1236 same name. This is suitable ONLY for DiskBootConfig and ODDBootConfig.
1442 elif isinstance(self._boot_config, ODDBootConfig):
1443 token = ODDBootConfig.TOKEN_ODD_ROOT
1899 DiskBootConfig and ODDBootConfig only.
2149 """To generate the grub.cfg file for an ODDBootConfig, we create the
2154 'ODDBootConfig')
2528 files copied. This is suitable for DiskBootConfig and ODDBootConfig
[all...]
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootconfig.py648 class ODDBootConfig(BootConfig): class in inherits:BootConfig

Completed in 24 milliseconds