summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-08-10 02:32:59 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-08-10 02:32:59 +0000
commit75c1631b54a9b4ffafa30b6d60e4e0eec7a43214 (patch)
treed5db481b8b9a5cd58b8e5263d1d339e1a6567e80 /perl-install/diskdrake
parent9f4882d7643560f35b8626925d2fcc9c680cfaa2 (diff)
downloaddrakx-backup-do-not-use-75c1631b54a9b4ffafa30b6d60e4e0eec7a43214.tar
drakx-backup-do-not-use-75c1631b54a9b4ffafa30b6d60e4e0eec7a43214.tar.gz
drakx-backup-do-not-use-75c1631b54a9b4ffafa30b6d60e4e0eec7a43214.tar.bz2
drakx-backup-do-not-use-75c1631b54a9b4ffafa30b6d60e4e0eec7a43214.tar.xz
drakx-backup-do-not-use-75c1631b54a9b4ffafa30b6d60e4e0eec7a43214.zip
don't be sure of anything of setting encryption (it may help bugzilla #16893)
Diffstat (limited to 'perl-install/diskdrake')
-rw-r--r--perl-install/diskdrake/interactive.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm
index 49ed8085c..13530916c 100644
--- a/perl-install/diskdrake/interactive.pm
+++ b/perl-install/diskdrake/interactive.pm
@@ -982,6 +982,9 @@ sub Options {
$options->{encrypted} = 0;
}
}
+ #- don't be sure of anything
+ set_isFormatted($part, 0);
+ $part->{notFormatted} = 0;
} else {
delete $options->{'encryption='};
delete $part->{encrypt_key};