BOOTRC_FILE
len = strlen(osroot) + strlen(BOOTRC_FILE) + 1;
(void) snprintf(rcpath, len, "%s%s", osroot, BOOTRC_FILE);