Home
last modified time | relevance | path

Searched refs:root_file (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/etc/
H A Dwanboot.conf.sample49 # root_file is to be sent signed; the client must be setup with the
80 # the root_file exists, and used by wanboot to obtain the root server's
81 # URL; wanboot substitutes root_file for the pathname part of the URL.
82 # If the schema is http://... then the root_file will be signed if there
91 root_file=/rootimages/miniroot # <absolute pathname> | <empty>
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c1538 char *root_file; in miniroot_payload() local
1554 if ((root_file = bootconf_get(&bc_handle, BC_ROOT_FILE)) == NULL) { in miniroot_payload()
1558 if ((*rootpathp = make_path(docroot, root_file)) == NULL) { in miniroot_payload()