336,339c336 < if (testing) { < kickstart = KS_FILE; < ksFile = ksMode; < } else if (!strcmp(ksMode, "floppy")) --- > if (!strcmp(ksMode, "floppy")) 341,342d337 < else if (!strcmp(ksMode, "bootp")) < kickstart = KS_BOOTP; 343a339,347 > if (!strcmp(ksMode, "bootp")) > kickstart = KS_BOOTP; > else { > kickstart = KS_FILE; > ksFile = ksMode; > } > } > } > else { 346,347c350 < } < } --- > } 378c381 < newtDrawRootText(0, 0, _("Welcome to Red Hat Linux")); --- > newtDrawRootText(0, 0, _("Welcome to Fermi Linux based on Red Hat Linux")); 434a438 > logMessage("We are now in kickstart == KS_FILE"); 436c440,442 < while (!rc) ; --- > /* cjs this code will not work; it just loops > while (!rc) ; > cjs */ 440c446 < --- > logMessage("Made it past opening kickstart file"); 512c518,521 < *argptr++ = "/usr/bin/runinstall2"; --- > *argptr++ = "/usr/bin/runinstall2.test7"; > /* cjs > *argptr++ = "/usr/bin/runinstall2.fermi"; > cjs */