From 528338fa75e8ceedbf17763bf5a5c094e92d0fe8 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 19 Aug 2001 23:20:19 +0000 Subject: rename isCdNotEjectable in usingRamdisk, ensure no files are removed unless we're in ramdisk --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 3ceedd2b8..db48f2d60 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -537,7 +537,7 @@ sub main { add2hash($o->{netc}, network::read_resolv_conf($file)); } } - install_any::remove_unused(); + install_any::remove_unused() if common::usingRamdisk(); #-the main cycle my $clicked = 0; -- cgit v1.2.1