diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-03-06 12:51:19 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-03-06 12:51:19 +0000 |
commit | 5c2dacabb3f62574c0d936a118b688de8a5a1f6d (patch) | |
tree | 84641be7f59fc1068b20629c6ee7237f283438ee /perl-install/install | |
parent | f8c581d20a0d50165bae7edbc2548afae68deb40 (diff) | |
download | drakx-5c2dacabb3f62574c0d936a118b688de8a5a1f6d.tar drakx-5c2dacabb3f62574c0d936a118b688de8a5a1f6d.tar.gz drakx-5c2dacabb3f62574c0d936a118b688de8a5a1f6d.tar.bz2 drakx-5c2dacabb3f62574c0d936a118b688de8a5a1f6d.tar.xz drakx-5c2dacabb3f62574c0d936a118b688de8a5a1f6d.zip |
- fix partition device name for some dmraid (missing "p", cf #38363)
simplifying code, since using "p" to separate device name from partition
number when device name ends with a digit is standard in the kernel
$hd->{prefix} is no more always created. Only used in same special cases
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index dad4ee007..fdc0eac4c 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -4,6 +4,7 @@ - do not load i810fb, rely on vesa xorg drive instead (it may help #37772) - restore correct configuration of nfs/hd media in urpmi.cfg (regression introduced in 10.8) +- fix partition device name for some dmraid (missing "p", cf #38363) - do not timeout after 10 minutes when resizing NTFS partition Version 10.8 - 4 March 2008 |