Do not offer usless actions

This commit is contained in:
Joanna Rutkowska 2011-04-03 16:40:11 +02:00
parent 7acedffd35
commit 240b29fc12

View File

@ -237,6 +237,8 @@ static void queryCDMediaCheck(char *dev, char *location) {
int rc;
char *stage2loc;
return; // Nobody really checks the DVD before the install! Skip it!
/* dont bother to test in automated installs */
if (FL_KICKSTART(flags) && !FL_MEDIACHECK(flags))
return;