From bc05f062a49c21078346c2223d0807afc9ce20bd Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 9 Nov 1999 22:03:29 +0000 Subject: no_comment --- perl-install/install2.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index d64272c97..71def4178 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -21,6 +21,7 @@ use keyboard; use lilo; use mouse; use fs; +use raid; use timezone; use fsedit; use devices; @@ -325,7 +326,7 @@ sub formatPartitions { home mnt tmp var var/tmp var/lib var/lib/rpm); mkdir "$o->{prefix}/$_", 0700 foreach qw(root); - eval { commands::cp("-f", "/etc/raidtab", "$o->{prefix}/etc/raidtab") } if !is_empty_hash_ref($o->{raid}); + raid::prepare_prefixed($o->{raid}, $o->{prefix}); } #------------------------------------------------------------------------------ -- cgit v1.2.1