From 3c5a87a879e3eb66c9c159a26051d940ff2db7a1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 20 Jun 2014 13:30:52 +0200 Subject: debug-generator: add new kernel cmdline option systemd.wants= to add units to the initial transaction --- man/kernel-command-line.xml | 7 ++++--- man/systemd-debug-generator.xml | 12 ++++++++++-- 2 files changed, 14 insertions(+), 5 deletions(-) (limited to 'man') diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml index d2767e5691..f244bfcb57 100644 --- a/man/kernel-command-line.xml +++ b/man/kernel-command-line.xml @@ -100,14 +100,15 @@ systemd.mask= + systemd.wants= systemd.debug-shell Additional parameters understood by systemd-debug-generator8, - to mask specific units at - boot, or invoke a debug shell - on tty9. + to mask or start specific + units at boot, or invoke a + debug shell on tty9. diff --git a/man/systemd-debug-generator.xml b/man/systemd-debug-generator.xml index 50287d0112..a64edeffd8 100644 --- a/man/systemd-debug-generator.xml +++ b/man/systemd-debug-generator.xml @@ -53,7 +53,8 @@ Description systemd-debug-generator is - a generator that reads the kernel command line and understands two options: + a generator that reads the kernel command line and + understands three options: If the option is specified and followed by a unit name this unit is @@ -61,7 +62,14 @@ systemctl1's mask command. This is useful to boot with certain units removed from the initial boot - transaction for debugging system startup. + transaction for debugging system startup. May be + specified more than once. + + If the option is + specified and followed by a unit name a start job for + this unit is added to the initial transaction. This is + useful to start one ore more additional units at + boot. May be specified more than once. If the option is specified the debug shell service -- cgit v1.2.3-54-g00ecf