summaryrefslogtreecommitdiffstats
path: root/perl-install/fs/mount_options.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-08-10 03:33:18 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-08-10 03:33:18 +0000
commitdcb3b6eabc053872de55120133300a107506b82c (patch)
tree4680730ce7d9ad9ddd90c761379370a30cba5d93 /perl-install/fs/mount_options.pm
parentf1b239a95402398b493fbda637c97c9997561ee7 (diff)
downloaddrakx-backup-do-not-use-dcb3b6eabc053872de55120133300a107506b82c.tar
drakx-backup-do-not-use-dcb3b6eabc053872de55120133300a107506b82c.tar.gz
drakx-backup-do-not-use-dcb3b6eabc053872de55120133300a107506b82c.tar.bz2
drakx-backup-do-not-use-dcb3b6eabc053872de55120133300a107506b82c.tar.xz
drakx-backup-do-not-use-dcb3b6eabc053872de55120133300a107506b82c.zip
i don't know if it's really the best choice here, but that way it always allow to select "encrypted"
Diffstat (limited to 'perl-install/fs/mount_options.pm')
-rw-r--r--perl-install/fs/mount_options.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs/mount_options.pm b/perl-install/fs/mount_options.pm
index 383490bb6..a7a0e7688 100644
--- a/perl-install/fs/mount_options.pm
+++ b/perl-install/fs/mount_options.pm
@@ -40,7 +40,7 @@ sub unpack {
$non_defaults->{$_} = 1 foreach @$l;
}
- $non_defaults->{encrypted} = 1 if !$part->{isFormatted} || isSwap($part);
+ $non_defaults->{encrypted} = 1;
$non_defaults->{supermount} = 1 if $part->{fs_type} =~ /:/ || member($part->{fs_type}, 'auto', @auto_fs);