diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-08-22 10:58:28 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-08-22 10:58:28 +0000 |
commit | b3fda9dd95fa45190d3f81cf613c5bda1a246c92 (patch) | |
tree | d412cf5f6028a4ed272bfae110184f49802861f7 /perl-install/NEWS | |
parent | 774971b457d530e35b27873c07d344b91477d508 (diff) | |
download | drakx-b3fda9dd95fa45190d3f81cf613c5bda1a246c92.tar drakx-b3fda9dd95fa45190d3f81cf613c5bda1a246c92.tar.gz drakx-b3fda9dd95fa45190d3f81cf613c5bda1a246c92.tar.bz2 drakx-b3fda9dd95fa45190d3f81cf613c5bda1a246c92.tar.xz drakx-b3fda9dd95fa45190d3f81cf613c5bda1a246c92.zip |
do not bother probing /dev/fd0 and loading floppy device uselessly,
it takes time and it is already done by boot process
(just check /proc/devices)
Diffstat (limited to 'perl-install/NEWS')
-rw-r--r-- | perl-install/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index ed3f0af9b..d33d7794f 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,4 +1,7 @@ - probe floppies only once +- do not bother probing /dev/fd0 and loading floppy device uselessly, + it takes time and it is already done by boot process + (just check /proc/devices) Version 11.21 - 21 August 2008 |