summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake/interactive.pm
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@gmail.com>2015-06-01 22:18:58 +0000
committerPascal Terjan <pterjan@gmail.com>2015-06-03 22:59:57 +0000
commit765b1e22ea39a0fb32000e77a6c7f0fe116cd9ed (patch)
treeb67392b9dee275ce04dcd748305c64fa9b3dde8e /perl-install/diskdrake/interactive.pm
parentb6e862baada2150b90964a79fca55c2b36924b9d (diff)
downloaddrakx-765b1e22ea39a0fb32000e77a6c7f0fe116cd9ed.tar
drakx-765b1e22ea39a0fb32000e77a6c7f0fe116cd9ed.tar.gz
drakx-765b1e22ea39a0fb32000e77a6c7f0fe116cd9ed.tar.bz2
drakx-765b1e22ea39a0fb32000e77a6c7f0fe116cd9ed.tar.xz
drakx-765b1e22ea39a0fb32000e77a6c7f0fe116cd9ed.zip
only use current disk when auto partitioning, wiping disk, using free space (mga#16055)
Diffstat (limited to 'perl-install/diskdrake/interactive.pm')
-rw-r--r--perl-install/diskdrake/interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm
index 55059faaa..10b041053 100644
--- a/perl-install/diskdrake/interactive.pm
+++ b/perl-install/diskdrake/interactive.pm
@@ -363,7 +363,7 @@ sub Auto_allocate {
my %all_hds_ = %$all_hds;
$all_hds_{hds} = [ sort { $a == $hd ? -1 : 1 } fs::get::hds($all_hds) ];
- eval { fsedit::auto_allocate(\%all_hds_, $suggestions) };
+ eval { fsedit::auto_allocate(\%all_hds_, $suggestions, $hd) };
if ($@) {
$@ =~ /partition table already full/ or die;