Searched refs:DiskBootConfig (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootconfig.py498 class DiskBootConfig(BootConfig): class in inherits:BootConfig
514 # DiskBootConfig does not support platforms other than native
522 if (DiskBootConfig.ARG_ZFS_RPNAME in kwargs and
523 DiskBootConfig.ARG_ZFS_TLDPATH in kwargs):
525 self.sysroot = kwargs.get(DiskBootConfig.ARG_ZFS_SYSROOT_PATH, '/')
526 self.zfstop = kwargs[DiskBootConfig.ARG_ZFS_TLDPATH]
527 self.zfsrp = kwargs[DiskBootConfig.ARG_ZFS_RPNAME]
529 DiskBootConfig.ARG_ZFS_SET_BOOTFS_ON_COMMIT,
531 elif DiskBootConfig.ARG_UFS_ROOT in kwargs:
533 self.sysroot = kwargs[DiskBootConfig
[all...]
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dsbb.py40 from bootmgmt.bootconfig import (BootConfig, DiskBootConfig, namespace
330 '%(' + DiskBootConfig.TOKEN_ZFS_RPOOL_TOP_DATASET + ')s'
H A Dlegacygrub.py39 from bootmgmt.bootconfig import (BootConfig, DiskBootConfig, NetBootConfig, namespace
715 '%(' + DiskBootConfig.TOKEN_ZFS_RPOOL_TOP_DATASET +
1421 if not isinstance(self._boot_config, DiskBootConfig):
1422 self._debug('Ignoring _write_loader() for non-DiskBootConfig')
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,
770 DiskBootConfig), as well as the GRUB2 kernel and utilities.
838 """Probe for artifacts found when used with a DiskBootConfig
1106 with. For DiskBootConfig, we update the
1236 same name. This is suitable ONLY for DiskBootConfig and ODDBootConfig.
1300 if (isinstance(self._boot_config, DiskBootConfig) and
1436 if isinstance(self._boot_config, DiskBootConfig):
1439 token = DiskBootConfig.TOKEN_ZFS_RPOOL_TOP_DATASET
1499 file. This is suitable only for DiskBootConfig
[all...]
/osnet-11/usr/src/lib/pylibbe/common/
H A Dlibbe.py735 # If pool_path is None, then creation of the DiskBootConfig will
744 boot_cfg = bc.DiskBootConfig(flags, **kwargs)

Completed in 37 milliseconds