From 66e056989f225fcf0edc751b40b17bf1c1190f39 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 4 Nov 2004 13:01:45 +0000 Subject: MODE_RAMDISK is now unused --- mdk-stage1/tools.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'mdk-stage1/tools.c') diff --git a/mdk-stage1/tools.c b/mdk-stage1/tools.c index ddc939012..eeef7e8d7 100644 --- a/mdk-stage1/tools.c +++ b/mdk-stage1/tools.c @@ -354,8 +354,6 @@ enum return_type load_ramdisk_fd(int ramdisk_fd, int size) if (my_mount(ramdisk, STAGE2_LOCATION, "ext2", 1)) return RETURN_ERROR; - set_param(MODE_RAMDISK); - if (IS_RESCUE) { save_stuff_for_rescue(); if (umount(STAGE2_LOCATION)) { -- cgit v1.2.1