From 295edddf5a2d884222a26935b40a4e99b924543d Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Sat, 19 Oct 2013 00:46:07 +0200 Subject: kerne-command-line: introduce option 'systemd.restore_state' When set to 0 this will stop tools like the backlight and rfkill tools to restore state from previous boot. This is useful in case the stored state is bogus to the extent that it is preventing you from resetting it (e.g., the backlight settings cause the screen to be off on boot on a system where the backlight can not be adjusted directly from the keyboard). --- man/kernel-command-line.xml | 17 +++++++++++++++++ man/systemd-backlight@.service.xml | 20 ++++++++++++++++++++ man/systemd-rfkill@.service.xml | 20 ++++++++++++++++++++ 3 files changed, 57 insertions(+) (limited to 'man') diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml index abe68e549..612dc28cd 100644 --- a/man/kernel-command-line.xml +++ b/man/kernel-command-line.xml @@ -98,6 +98,21 @@ + + systemd.restore_state= + + Parameter understood by + several system tools to control + whether or not they should restore + system state from the previous boot. + For details, see + systemd-backlight@.service8 + and + systemd-rfkill@.service8. + + + + quiet @@ -307,6 +322,8 @@ systemd-cryptsetup-generator8, systemd-fstab-generator8, systemd-modules-load.service8 + systemd-backlight@.service8 + systemd-rfkill@.service8 diff --git a/man/systemd-backlight@.service.xml b/man/systemd-backlight@.service.xml index 6d26d4b2e..672fd05eb 100644 --- a/man/systemd-backlight@.service.xml +++ b/man/systemd-backlight@.service.xml @@ -61,6 +61,26 @@ /var/lib/systemd/backlight/. + + Kernel Command Line + + systemd-backlight understands + the following kernel command line parameter: + + + + systemd.restore_state= + + Takes a boolean + argument. Defaults to + 1. If + 0, does not restore + the backlight settings on boot. However, + settings will still be stored on shutdown. + + + + See Also diff --git a/man/systemd-rfkill@.service.xml b/man/systemd-rfkill@.service.xml index b274cb818..9ae834d5d 100644 --- a/man/systemd-rfkill@.service.xml +++ b/man/systemd-rfkill@.service.xml @@ -61,6 +61,26 @@ /var/lib/systemd/rfkill/. + + Kernel Command Line + + systemd-rfkill understands + the following kernel command line parameter: + + + + systemd.restore_state= + + Takes a boolean + argument. Defaults to + 1. If + 0, does not restore + the rfkill settings on boot. However, + settings will still be stored on shutdown. + + + + See Also -- cgit v1.2.3