> >@@ -518,17 +518,17 @@ static void setDisplayMode(struct loaderData_s * loaderData, PyObject *handler) > > if (settingObj == textObj) { > > logMessage(INFO, "kickstart forcing text mode"); > > flags |= LOADER_FLAGS_TEXT; > >- } else if (settingObj == graphicalObj) { > >- logMessage(INFO, "kickstart forcing graphical mode"); > >- flags |= LOADER_FLAGS_GRAPHICAL; > >- } else { > >+ } else if (settingObj == cmdlineObj) { > > logMessage(INFO, "kickstart forcing cmdline mode"); > > flags |= LOADER_FLAGS_CMDLINE; > >+ } else { > >+ logMessage(INFO, "kickstart forcing graphical mode"); > >+ flags |= LOADER_FLAGS_GRAPHICAL; > > } > > What happens if you specify 'text' on the kernel command line and > nothing in kickstart? Looks like you will get graphical. I'll have to think about this for a bit. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list