Lines Matching refs:root
155 [-t socket_timeout] [--cfg] [--content-root]
157 [--image-root dir] [--log-access dest] [--log-errors dest]
160 [--sort-file-max-size size] [--writable-root dir]
182 --content-root The file system path to the directory containing the
195 --image-root The path to the image whose file information will be
238 --writable-root The path to a directory to which the program has write
247 PKG_DEPOT_CONTENT Used as default content_root if --content-root
294 "content-root=", "debug=", "disable-ops=", "exit-ready",
295 "help", "image-root=", "log-access=", "log-errors=",
299 "ssl-key-file=", "sort-file-max-size=", "writable-root="]
333 elif opt == "--content-root":
377 elif opt == "--image-root":
516 elif opt == "--writable-root":
574 "--writable-root is used")
576 usage("--image-root can only be used with --llmirror.")
578 usage("--image_root and --writable-root cannot be used "
581 usage("--image-root and -d cannot be used together.")
859 read_only=readonly, root=inst_root,
883 if repo.root and exit_ready:
973 root = cherrypy.Application(depot)
974 cherrypy.quickstart(root, config=conf)