mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
docs/DEBUGGING.md: use an underscore in the kernel command line option
systemd-debug-generator(8) lists it as `systemd.debug_shell`.
According to 1d84ad9445, kernel command
line options should use an underscore instead of a dash.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user