diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-01-28 17:24:04 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-01-28 17:24:04 +0000 |
commit | 4de1d5ff736c8faf92a577175d403cc338764e25 (patch) | |
tree | 85bc68e679dc2b80de9b0768b136efd355e76c52 /perl-install/install/NEWS | |
parent | 0a88a897a03e16387cb34c987a732d7d48114cd8 (diff) | |
download | drakx-4de1d5ff736c8faf92a577175d403cc338764e25.tar drakx-4de1d5ff736c8faf92a577175d403cc338764e25.tar.gz drakx-4de1d5ff736c8faf92a577175d403cc338764e25.tar.bz2 drakx-4de1d5ff736c8faf92a577175d403cc338764e25.tar.xz drakx-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/NEWS')
-rw-r--r-- | perl-install/install/NEWS | 2 |
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) |