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

/pkg/src/
H A Ddepot.py154 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") variable
580 if image_root and inst_root:
585 inst_root = os.path.join(image_root, "var", "pkg")
598 if not inst_root
[all...]

Completed in 9 milliseconds