summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 00000000..d1a3333a
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,4 @@
+Version 0.1.237 - 4 September 2008
+
+- use pata_jmicron for jmicron controllers
+- add three new NVIDIA IDs from driver 177.70
97561ee7'>diff)
downloaddrakx-dcb3b6eabc053872de55120133300a107506b82c.tar
drakx-dcb3b6eabc053872de55120133300a107506b82c.tar.gz
drakx-dcb3b6eabc053872de55120133300a107506b82c.tar.bz2
drakx-dcb3b6eabc053872de55120133300a107506b82c.tar.xz
drakx-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')
-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);