> diff --git a/loader/hdinstall.c b/loader/hdinstall.c > index 46f604e..0baae20 100644 > --- a/loader/hdinstall.c > +++ b/loader/hdinstall.c > @@ -224,12 +224,10 @@ char * mountHardDrive(struct installMethod * method, > "your system! Would you like to configure " > "additional devices?")); > if (rc == 2) > + loaderData->stage2Data = NULL; > return NULL; > > rc = loadDriverFromMedia(DEVICE_DISK, loaderData, 0, 0); > - if (rc == LOADER_BACK) > - return NULL; > - > continue; > } > You wanted to add braces up there. Otherwise, looks fine. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list