diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2019-04-14 18:26:51 +0100 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2019-04-16 22:03:27 +0100 |
commit | d128632c137c19334a278ff105abe25dab993b44 (patch) | |
tree | 078c725a882ddfaf83a026febb25f022831dbc27 /perl-install/install | |
parent | b88059ae766fef0af8cd8d5ed3e9e6ab566cb6b7 (diff) | |
download | drakx-d128632c137c19334a278ff105abe25dab993b44.tar drakx-d128632c137c19334a278ff105abe25dab993b44.tar.gz drakx-d128632c137c19334a278ff105abe25dab993b44.tar.bz2 drakx-d128632c137c19334a278ff105abe25dab993b44.tar.xz drakx-d128632c137c19334a278ff105abe25dab993b44.zip |
Fix resizing of encrypted partitions (mga#22032)
When performing a lossy resize, we must make sure luksOpen is called
*after* the partition table has been written and the kernel has been
informed of the new size. The simplest fix is to write the partition
table at the time the user requests the resize, as we already do for
a lossless resize.
Diffstat (limited to 'perl-install/install')
-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 36f81f341..01fe86fa0 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- partitioning: fix resize of encrypted partitions (mga#22032) + Version 18.12 - 16 March 2019 - don't preselect Nonfree 32bit media (mga#23927) |