From dcb3b6eabc053872de55120133300a107506b82c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 10 Aug 2005 03:33:18 +0000 Subject: i don't know if it's really the best choice here, but that way it always allow to select "encrypted" --- perl-install/fs/mount_options.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') 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); -- cgit v1.2.1