fix yaml formatting

This commit is contained in:
Kristian 2022-10-31 20:35:10 +01:00
parent 0fde3f4198
commit 560bd8c37c

View File

@ -1,9 +1,9 @@
---
description: |
Plymouth is a bootsplash screen providing flicker free boot splash animations with native resolution. Plymouth works with
a daemon (`plymouthd`) running in the background displaying the actual graphic to the TTY and the `plymouth` command is
used to interact with the daemon. The `plymouth` command can be used to request the daemon to act, such as display splash
screen, request user input or similar.
Plymouth is a bootsplash screen providing flicker free boot splash animations with native resolution. Plymouth works with
a daemon (`plymouthd`) running in the background displaying the actual graphic to the TTY and the `plymouth` command is
used to interact with the daemon. The `plymouth` command can be used to request the daemon to act, such as display splash
screen, request user input or similar.
functions:
sudo:
- description: |
@ -16,7 +16,7 @@ functions:
plymouth from automatically quiting in some cases as we are already booted. `ask-for-password` will ask the user for a
text password (usually to decrypt a LUKS disk encryption). We can tell plymouth to send this input to any program, such
as `/bin/sh` to execute whatever input we gave. Then run `hide-splash` to hide the splash screen and return to normal.
code: |
code: |
sudo plymouth show-splash
sudo plymouth pause-progress
sudo plymouth ask-for-password --prompt='Execute root command:' --command=/bin/sh