Searched refs:root_file (Results 1 – 2 of 2) sorted by relevance
49 # root_file is to be sent signed; the client must be setup with the80 # the root_file exists, and used by wanboot to obtain the root server's81 # 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 there91 root_file=/rootimages/miniroot # <absolute pathname> | <empty>
1538 char *root_file; in miniroot_payload() local1554 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()