48a49,50
>     { KS_CMD_KICKSTARTMODE, "kickstartmode" },
>     { KS_CMD_NOCHROOTPOST, "nochrootpost" },
71d72
< 
252c253,255
<     
---
> 
> /* cjs changing this so that it does not do the chroot for cdrom version only
> cjs */
254a258,266
> /* cjs
> 	chroot("/mnt");
> cjs */
> 	execl("/mnt/tmp/ks.script", "/mnt/tmp/ks.script", NULL);
> 	logMessage("exec failed: %s\n", strerror(errno));
> 	exit(1);
>     }
> /*    if (!(child = fork())) {
> 	chdir("/mnt");
259a272
> */
