Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dinstall.c52 static char *inst_rootfs; variable
148 error = setpath(&inst_rootfs, val); in read_metatags()
172 if (inst_rootfs != NULL) { in cleanup()
173 free(inst_rootfs); in cleanup()
174 inst_rootfs = NULL; in cleanup()
288 s = (inst_rootfs == NULL) ? "/install.iso" : inst_rootfs; in install()