diff options
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 47c008c8e..ab16217f8 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -192,7 +192,7 @@ sub doPartitionDisks { install_any::use_root_part($o->{fstab}, $p, $o->{prefix}); } if ($o->{partitioning}{auto_allocate}) { - fsedit::auto_allocate($o->{hds}, $o->{partitions}); + fsedit::auto_allocate($o->{hds}, $o->{partitions}, $o->{raid}{raid}); } } |