From 92ecff609830ec3599eb706eba9df984de2c39c2 Mon Sep 17 00:00:00 2001 From: nl6720 Date: Mon, 29 Apr 2024 14:39:14 +0300 Subject: [PATCH] docs/DEBUGGING.md: use an underscore in the kernel command line option systemd-debug-generator(8) lists it as `systemd.debug_shell`. According to 1d84ad944520fc3e062ef518c4db4e1d3a1866af, kernel command line options should use an underscore instead of a dash. --- docs/DEBUGGING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DEBUGGING.md b/docs/DEBUGGING.md index 3e89a5d8a4a..175e557e6c7 100644 --- a/docs/DEBUGGING.md +++ b/docs/DEBUGGING.md @@ -93,7 +93,7 @@ systemctl enable debug-shell.service or by specifying ```sh -systemd.debug-shell=1 +systemd.debug_shell=1 ``` on the kernel command line. -- 2.47.3