diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-03-28 18:28:20 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-03-28 18:28:20 +0000 |
commit | 1f5e05396d83bdd1362aa1b86e1ac82381507cf8 (patch) | |
tree | 93102918326f0d0fc57011c1b8c79d83239e201b /perl-install/install | |
parent | d1574a56ec08ec025bc78681fcf03e4e17839484 (diff) | |
download | drakx-1f5e05396d83bdd1362aa1b86e1ac82381507cf8.tar drakx-1f5e05396d83bdd1362aa1b86e1ac82381507cf8.tar.gz drakx-1f5e05396d83bdd1362aa1b86e1ac82381507cf8.tar.bz2 drakx-1f5e05396d83bdd1362aa1b86e1ac82381507cf8.tar.xz drakx-1f5e05396d83bdd1362aa1b86e1ac82381507cf8.zip |
detect as laptop systems with ACPI lid button
(i.e. if /sys/bus/acpi/devices/PNP0C0D:* exists)
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 406bb7d13..46a795f05 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -12,6 +12,8 @@ Version 10.21 - 25 March 2008 - use umask=0 by default on vfat (#39315) - root/user password: o force the password to be utf8 (#23273) +- detect as laptop systems with ACPI lid button + (i.e. if /sys/bus/acpi/devices/PNP0C0D:* exists) Version 10.19 - 21 March 2008 |