From 881f68d92ffb9910d4179229ac04dca608284e02 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 2 Dec 2003 19:56:14 +0000 Subject: no hds is no big deal for mdk move --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 68a0865da..bfb568b2f 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -957,7 +957,7 @@ sub getHds { my $all_hds = fsedit::get_hds($o->{partitioning}, $o_in); my $hds = $all_hds->{hds}; - if (is_empty_array_ref($hds)) { #- no way + if (is_empty_array_ref($hds) && !$::move) { #- no way die \N("An error occurred - no valid devices were found on which to create new filesystems. Please check your hardware for the cause of this problem"); } -- cgit v1.2.1