diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-12-02 19:56:14 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-12-02 19:56:14 +0000 |
commit | 881f68d92ffb9910d4179229ac04dca608284e02 (patch) | |
tree | d204d729d97a34e84eaa9b499cff685304086d17 /perl-install/install_any.pm | |
parent | 163ea6156c4fdc3b34c9daef913ab73b8725fa7a (diff) | |
download | drakx-881f68d92ffb9910d4179229ac04dca608284e02.tar drakx-881f68d92ffb9910d4179229ac04dca608284e02.tar.gz drakx-881f68d92ffb9910d4179229ac04dca608284e02.tar.bz2 drakx-881f68d92ffb9910d4179229ac04dca608284e02.tar.xz drakx-881f68d92ffb9910d4179229ac04dca608284e02.zip |
no hds is no big deal for mdk move
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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"); } |