diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-07-11 17:32:24 +0200 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2023-07-14 16:56:29 +0200 |
commit | 7cfef4bb48c3c8be42df76cf877de69f0d6bc93e (patch) | |
tree | 03e3f239aaae46c9f636b83a7eaa19ab1208d3cf /NEWS | |
parent | proc-cmdline: re-implement proc_cmdline_filter_pid1_args() without using geto... (diff) | |
download | systemd-7cfef4bb48c3c8be42df76cf877de69f0d6bc93e.tar.xz systemd-7cfef4bb48c3c8be42df76cf877de69f0d6bc93e.zip |
battery-check: allow to skip by passing systemd.battery-check=0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -698,7 +698,8 @@ CHANGES WITH 254 in spe: charge level of the system. In case the charge level is very low the user is notified (graphically via Plymouth – if available – as well as in text form on the console), and the system is turned off after a - 10s delay. + 10s delay. The feature can be disabled by passing + systemd.battery-check=0 through the kernel command line. * The 'passwdqc' library is now supported as an alternative to the 'pwquality' library and it can be selected at build time. |