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

/freebsd-13-stable/stand/common/
H A Dinstall.c51 static char *inst_rootfs; variable
148 error = setpath(&inst_rootfs, val);
174 if (inst_rootfs != NULL) {
175 free(inst_rootfs);
176 inst_rootfs = NULL;
354 s = (inst_rootfs == NULL) ? "/install.iso" : inst_rootfs;

Completed in 102 milliseconds