diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2020-12-22 15:29:46 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2020-12-22 15:29:46 +0000 |
commit | 75119f34cf95cfd1d9d64bf6e1c8420781d7083e (patch) | |
tree | 40e50052e758ffb7399f15f953134d7ee803de72 /perl-install/NEWS | |
parent | 4607308b34f7f5fe26131587c87c5aa820e2bc6c (diff) | |
download | drakx-75119f34cf95cfd1d9d64bf6e1c8420781d7083e.tar drakx-75119f34cf95cfd1d9d64bf6e1c8420781d7083e.tar.gz drakx-75119f34cf95cfd1d9d64bf6e1c8420781d7083e.tar.bz2 drakx-75119f34cf95cfd1d9d64bf6e1c8420781d7083e.tar.xz drakx-75119f34cf95cfd1d9d64bf6e1c8420781d7083e.zip |
diskdrake: restrict line length when displaying base device info.
This prevents the window extending off screen (mga#27882).
Matches what was already done when displaying partition info.
Diffstat (limited to 'perl-install/NEWS')
-rw-r--r-- | perl-install/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index 20d64fdd7..a0e422b47 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -4,6 +4,8 @@ - diskdrake: o fix adding parts to extended partition on hybrid ISO (mga#27862) o erase iso9660 signature when clearing hybrid ISO disk (mga#27864) + o restrict line length when displaying base device info + to avoid excessive window expansion (mga#27882) - drakbug_report: o also try journalctl for system log o include draklive-install.log |