Do not offer usless actions
This commit is contained in:
parent
7acedffd35
commit
240b29fc12
@ -237,6 +237,8 @@ static void queryCDMediaCheck(char *dev, char *location) {
|
|||||||
int rc;
|
int rc;
|
||||||
char *stage2loc;
|
char *stage2loc;
|
||||||
|
|
||||||
|
return; // Nobody really checks the DVD before the install! Skip it!
|
||||||
|
|
||||||
/* dont bother to test in automated installs */
|
/* dont bother to test in automated installs */
|
||||||
if (FL_KICKSTART(flags) && !FL_MEDIACHECK(flags))
|
if (FL_KICKSTART(flags) && !FL_MEDIACHECK(flags))
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user