From 789b2fda0d7dcd75ece6194567b9f9d50d272521 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 28 Feb 2005 09:14:02 +0000 Subject: new option "keepmounted" to allow the rescue media to be kept mounted --- mdk-stage1/cdrom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/cdrom.c') diff --git a/mdk-stage1/cdrom.c b/mdk-stage1/cdrom.c index 1d93ed112..ff8c8d403 100644 --- a/mdk-stage1/cdrom.c +++ b/mdk-stage1/cdrom.c @@ -67,7 +67,7 @@ static enum return_type do_with_device(char * dev_name, char * dev_model) #ifndef MANDRAKE_MOVE may_load_clp(); - if (IS_RESCUE) + if (!KEEP_MOUNTED) /* in rescue mode, we don't need the media anymore */ umount(IMAGE_LOCATION); #endif -- cgit v1.2.1