From 38e53175086125052fedd712a50df910cabc7aa8 Mon Sep 17 00:00:00 2001 From: Joanna Rutkowska Date: Mon, 4 Apr 2011 00:13:49 +0200 Subject: [PATCH] Don't try to be too smart! Revert "Do not offer usless actions" This reverts commit 240b29fc1256b0839e92379557605c635d69f211. Believe it or not: the next DVD I burned after commiting the above patch turned out to be... broken, and installer died without any useful warning! --- anaconda/loader/cdinstall.c | 2 -- 1 file changed, 2 deletions(-) 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;