Lines Matching refs:inst_root
154 Usage: /usr/lib/pkg.depotd [-a address] [-d inst_root] [-p port] [-s threads]
166 -d inst_root The file system path at which the server should find its
246 PKG_REPO Used as default inst_root if -d not provided.
272 ivalues["pkg"]["inst_root"] = os.environ["PKG_REPO"]
311 ivalues["pkg"]["inst_root"] = arg
558 inst_root = dconf.get_property("pkg", "inst_root")
580 if image_root and inst_root:
585 inst_root = os.path.join(image_root, "var", "pkg")
598 if not inst_root:
656 if inst_root and not os.path.isabs(inst_root):
657 inst_root = os.path.join(pkg_root, inst_root)
845 sr.repository_create(inst_root, properties=repo_props)
859 read_only=readonly, root=inst_root,