Home
last modified time | relevance | path

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

/freebsd-14.2/stand/common/
H A Dinstall.c48 static char *inst_rootfs; variable
145 error = setpath(&inst_rootfs, val); in read_metatags()
171 if (inst_rootfs != NULL) { in cleanup()
172 free(inst_rootfs); in cleanup()
173 inst_rootfs = NULL; in cleanup()
351 s = (inst_rootfs == NULL) ? "/install.iso" : inst_rootfs; in install()