Home
last modified time | relevance | path

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

/src/stand/common/
H A Dinstall.c48 static char *inst_rootfs; variable
147 error = setpath(&inst_rootfs, val); in read_metatags()
173 if (inst_rootfs != NULL) { in cleanup()
174 free(inst_rootfs); in cleanup()
175 inst_rootfs = NULL; in cleanup()
354 s = (inst_rootfs == NULL) ? "/install.iso" : inst_rootfs; in install()