From 4440d2a6c6145dd3e584f6aad755e410fe2e3232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Thu, 25 Oct 2012 10:55:53 +0000 Subject: Revert as it breaks auto_inst --- perl-install/fsedit.pm | 3 +-- 1 file changed, 1 insertion(+), 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) { -- cgit v1.2.1