diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-12-05 13:03:30 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-12-05 13:03:30 +0000 |
commit | 74d65415dca9721fe3be0c3d5b070bf9b7fcc4fa (patch) | |
tree | 9a4f7ce51188f645386f03818150332edef11da1 /perl-install/NEWS | |
parent | e2dbf3c0624b141cd29f3153eeae6be2146d3600 (diff) | |
download | drakx-74d65415dca9721fe3be0c3d5b070bf9b7fcc4fa.tar drakx-74d65415dca9721fe3be0c3d5b070bf9b7fcc4fa.tar.gz drakx-74d65415dca9721fe3be0c3d5b070bf9b7fcc4fa.tar.bz2 drakx-74d65415dca9721fe3be0c3d5b070bf9b7fcc4fa.tar.xz drakx-74d65415dca9721fe3be0c3d5b070bf9b7fcc4fa.zip |
- finish-install
o use /dev/urandom instead of /dev/random to generate salt for passwords
(since reading on /dev/random can block boot process)
(bug found/fixed by blino)
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 0edd353af..22ee20d38 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -3,6 +3,8 @@ - drakbug: o write distro release in bug description - finish-install: + o use /dev/urandom instead of /dev/random to generate salt for passwords + (since reading on /dev/random can block boot process) o show only installed 3D desktops o adapt to new Xconfig::glx API (drak3d 1.21) - harddrake: |