diff options
author | Nicolas Lécureuil <nlecureuil@mandriva.com> | 2012-10-25 10:55:53 +0000 |
---|---|---|
committer | Nicolas Lécureuil <nlecureuil@mandriva.com> | 2012-10-25 10:55:53 +0000 |
commit | 4440d2a6c6145dd3e584f6aad755e410fe2e3232 (patch) | |
tree | 7a11a40fbcca9b0e71637011aeaa52a19a5d6f70 | |
parent | eb2b0e79115a9d8181a2b22248065be0347deccf (diff) | |
download | drakx-backup-do-not-use-distro/mes5-2.6.33.tar drakx-backup-do-not-use-distro/mes5-2.6.33.tar.gz drakx-backup-do-not-use-distro/mes5-2.6.33.tar.bz2 drakx-backup-do-not-use-distro/mes5-2.6.33.tar.xz drakx-backup-do-not-use-distro/mes5-2.6.33.zip |
Revert as it breaks auto_instdistro/mes5-2.6.33
-rw-r--r-- | perl-install/fsedit.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm index 8c0e5ee9e..dfc2f6ca3 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -365,8 +365,7 @@ sub computeSize { sub suggest_part { my ($part, $all_hds, $o_suggestions) = @_; # force server -# my $suggestions = $o_suggestions || $suggestions{server} || $suggestions{simple}; - my $suggestions = $suggestions{server}; + my $suggestions = $o_suggestions || $suggestions{server} || $suggestions{simple}; #- suggestions now use {fs_type}, but still keep compatibility foreach (@$suggestions) { |