From 673ead66567478de006650e4a502b81d08652b4c Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Sat, 18 Oct 2003 22:32:49 +0000 Subject: support cloop over NFS too. stay flexible enough so that server= parameter can either designate the root of the live tree or the root for the cloop live tree, program will detect automatically both. --- mdk-stage1/cdrom.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mdk-stage1/cdrom.c') diff --git a/mdk-stage1/cdrom.c b/mdk-stage1/cdrom.c index 8c136c125..98cea4765 100644 --- a/mdk-stage1/cdrom.c +++ b/mdk-stage1/cdrom.c @@ -73,10 +73,6 @@ static enum return_type do_with_device(char * dev_name, char * dev_model) #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 */ -#else - my_insmod("cloop", ANY_DRIVER_TYPE, "file=" IMAGE_LOCATION "/live_tree.clp"); - if (my_mount("/dev/cloop0", IMAGE_LOCATION_REAL, "iso9660", 0)) - stg1_error_message("Could not mount compressed loopback :(."); #endif if (IS_RESCUE) -- cgit v1.2.1