diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-01 12:51:58 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-01 12:51:58 +0000 |
commit | a65380d6226ab184a590a6630bd460e2e01217a4 (patch) | |
tree | b061f39e85fce059e65315dcc908eea3cdc8771e /perl-install/install_steps.pm | |
parent | 5afb716b81f174980b45127ad48f30ebb17c209e (diff) | |
download | drakx-backup-do-not-use-a65380d6226ab184a590a6630bd460e2e01217a4.tar drakx-backup-do-not-use-a65380d6226ab184a590a6630bd460e2e01217a4.tar.gz drakx-backup-do-not-use-a65380d6226ab184a590a6630bd460e2e01217a4.tar.bz2 drakx-backup-do-not-use-a65380d6226ab184a590a6630bd460e2e01217a4.tar.xz drakx-backup-do-not-use-a65380d6226ab184a590a6630bd460e2e01217a4.zip |
handle auto_allocate_raids for auto_installs
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}); } } |