diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-10-01 14:52:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-10-01 14:52:05 +0000 |
commit | 49eafa92c1ab3ca9eb7186db6f1740e61d3298d5 (patch) | |
tree | 003313793d0cb3ef617616dd629a72519e34d25d /perl-install/install/NEWS | |
parent | 7500141d25b684ab1605d365c75b9bdfd1f695f4 (diff) | |
download | drakx-49eafa92c1ab3ca9eb7186db6f1740e61d3298d5.tar drakx-49eafa92c1ab3ca9eb7186db6f1740e61d3298d5.tar.gz drakx-49eafa92c1ab3ca9eb7186db6f1740e61d3298d5.tar.bz2 drakx-49eafa92c1ab3ca9eb7186db6f1740e61d3298d5.tar.xz drakx-49eafa92c1ab3ca9eb7186db6f1740e61d3298d5.zip |
- when mounting cdrom fails, retry a few times since mount will now fail
instead of waiting for the drive to recognise the CD (cf #43230)
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 cf7d36626..2bb15ee89 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- when mounting cdrom fails, retry a few times since mount will now fail + instead of waiting for the drive to recognise the CD (cf #43230) - add help button for media selection step - fix/adjust some help pages (#42986) - fix dithering regression (introduced on 2008-09-29) |