From a4f77c4ca56ea21004b8d9c6af14eccade6045e4 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 8 Oct 2003 15:05:00 +0000 Subject: first attempt of updating stage1 for MandrakeMove --- mdk-stage1/cdrom.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mdk-stage1/cdrom.c') diff --git a/mdk-stage1/cdrom.c b/mdk-stage1/cdrom.c index ba0341b30..6004ddf98 100644 --- a/mdk-stage1/cdrom.c +++ b/mdk-stage1/cdrom.c @@ -66,8 +66,10 @@ static enum return_type do_with_device(char * dev_name, char * dev_model) log_message("found a " DISTRIB_NAME " CDROM, good news!"); +#ifndef MANDRAKE_MOVE if (IS_SPECIAL_STAGE2 || ramdisk_possible()) load_ramdisk(); /* we don't care about return code, we'll do it live if we failed */ +#endif if (IS_RESCUE) umount(IMAGE_LOCATION); -- cgit v1.2.1