Searched defs:artifacts (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootloader.py78 # Possible artifacts for this BootLoader. Artifacts are used to determine
81 # return a list of artifacts present on the system).
83 # instance's `artifacts' attribute.
103 as sources for directory information, returns the list of artifacts
137 self.artifacts = kwargs.get('artifacts', [])
579 # Reevaluate artifacts just in case (i.e. someone changed the
594 self.__secondary.artifacts):
599 self.__primary.artifacts and
601 self.__secondary.artifacts)
872 def artifacts(self): member in class:ProxyBootLoader
[all...]

Completed in 22 milliseconds