2245a2246,2247 > /* cjs added this to make sure that we got a / part to load to cjs */ > int gotroot = 0 ; 2270a2273 > 2405c2408,2411 < --- > /* cjs added to make sure we got a root to load to cjs */ > if (strcasecmp("/",mntpt) == 0) > gotroot = 1; > logMessage("\nmntpt:%s %i\n",mntpt,gotroot); 2511a2518,2520 > logMessage("\nafter loop mntpt:%s %i\n",mntpt,gotroot); > if (gotroot == 0) > return INST_ERROR; 2569,2570c2578,2583 < < return 0; --- > /* cjs changed this to check for got root and return error if no root defined i > cjs */ > if (!gotroot) > return INST_ERROR; > else > return 0;