> @@ -548,6 +550,12 @@ int loadDriverFromMedia(int class, struct loaderData_s *loaderData, > break; > } > > + /* check if the partition contains the DD in raw format */ > + if (verifyDriverDisk("/tmp/dpart") == LOADER_OK) { > + stage = DEV_LOADRAW; > + break; > + } > + > ddfile = newt_select_file(_("Select driver disk image"), > _("Select the file which is your driver " > "disk image."), Does this really need to be a separate step, or can you just substitute the contents of DEV_LOADRAW into the if block above? I don't see another way to get into the new step. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list