summaryrefslogtreecommitdiffstats
path: root/perl-install/install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-01-28 17:24:04 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-01-28 17:24:04 +0000
commit4de1d5ff736c8faf92a577175d403cc338764e25 (patch)
tree85bc68e679dc2b80de9b0768b136efd355e76c52 /perl-install/install
parent0a88a897a03e16387cb34c987a732d7d48114cd8 (diff)
downloaddrakx-backup-do-not-use-4de1d5ff736c8faf92a577175d403cc338764e25.tar
drakx-backup-do-not-use-4de1d5ff736c8faf92a577175d403cc338764e25.tar.gz
drakx-backup-do-not-use-4de1d5ff736c8faf92a577175d403cc338764e25.tar.bz2
drakx-backup-do-not-use-4de1d5ff736c8faf92a577175d403cc338764e25.tar.xz
drakx-backup-do-not-use-4de1d5ff736c8faf92a577175d403cc338764e25.zip
- fix detecting existing LVMs (#31228)
(regression introduced in 10.4.204 (?)) nb: great care must be taken to ensure lvm::init() is not called too soon (maybe lvm::init should be called in fsedit to ensure this doesn't happen again?)
Diffstat (limited to 'perl-install/install')
-rw-r--r--perl-install/install/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index c6c20e3cc..549480089 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,5 @@
+- fix detecting existing LVMs (#31228)
+ (regression introduced in 10.4.204 (?))
- fix ensuring X is launched on tty7 (cf #37087)
- fix handling LVM VGs with "-" in the name (#37267)
- call X with -nolisten tcp to avoid "security" issues (#18320)