diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2020-11-19 19:42:08 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2020-11-19 19:42:08 +0000 |
commit | 80dadc0c749f5521377808360e4e9fa7aff7389b (patch) | |
tree | 6768be6791a9378b01fdb15b6eabd9cfdce784a1 /perl-install/install/NEWS | |
parent | c7ffac2610c088756c0709291b081b9a31079262 (diff) | |
download | drakx-80dadc0c749f5521377808360e4e9fa7aff7389b.tar drakx-80dadc0c749f5521377808360e4e9fa7aff7389b.tar.gz drakx-80dadc0c749f5521377808360e4e9fa7aff7389b.tar.bz2 drakx-80dadc0c749f5521377808360e4e9fa7aff7389b.tar.xz drakx-80dadc0c749f5521377808360e4e9fa7aff7389b.zip |
Fix a crash when detecting a mdadm RAID array (mga#26707)
get_hds() did not handle the case of a mdadm RAID array created using raw
devices instead of partitions. The drakx tools never do this, but the user
may have done it another way.
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 7aa26dc3a..25f14d1fb 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,5 +1,7 @@ - partitioning: o do not mount ESP with umask=0 under UEFI (mga#27415) + o fix "partition table is too corrupt for me" error when a mdadm RAID array + has been created outside Mageia tools using raw devices (mga#26707) Version 18.34 - 14 September 2020 |