diff --git a/anaconda/loader/cdinstall.c b/anaconda/loader/cdinstall.c index eb1b75a..3ccc332 100644 --- a/anaconda/loader/cdinstall.c +++ b/anaconda/loader/cdinstall.c @@ -237,8 +237,6 @@ 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;