From 44aa510b36ea451da6a21d7c6d6aa7a9870684f2 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 18 Dec 2000 12:00:04 +0000 Subject: nice handle of automatic mode for cdrom install --- mdk-stage1/stage1.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'mdk-stage1/stage1.c') diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c index 528132ace..50f04ad53 100644 --- a/mdk-stage1/stage1.c +++ b/mdk-stage1/stage1.c @@ -194,16 +194,7 @@ int main(int argc, char **argv) fatal_error("could not open and parse modules dependencies"); init_frontend(); -#ifndef DISABLE_CDROM - if (IS_CDROM) { - /* try as automatic as possible with cdrom bootdisk */ - ret = cdrom_prepare(); - if (ret != RETURN_OK) - ret = method_select_and_prepare(); - } - else -#endif - ret = method_select_and_prepare(); + ret = method_select_and_prepare(); finish_frontend(); close_log(); -- cgit v1.2.1