1PLYMOUTH(1) User Commands PLYMOUTH(1)
2
3
4
6 plymouth - Send commands to plymouthd
7
9 plymouth [OPTION...]
10
11 plymouth COMMAND [OPTION...]
12
14 The plymouth sends commands to a running plymouthd. This is used during
15 the boot process to control the display of the graphical boot splash.
16
18 The following options are understood. These options are supported for
19 compatibility with the old rhgb-client interface, and have been
20 replaced by the commands that are described in the next section.
21
22 --help
23 Show summary of options.
24
25 --debug
26 Enable verbose debug logging.
27
28 --get-splash-plugin-path
29 Get directory where splash plugins are installed.
30
31 --newroot=[STRING]
32 Tell plymouthd that the new root filesystem is mounted.
33
34 --quit
35 Tell plymouthd to quit.
36
37 --ping
38 Check if plymouthd is running.
39
40 --has-active-vt
41 Check if plymouthd has an active vt.
42
43 --sysinit
44 Tell plymouthd root filesystem is mounted read-write.
45
46 --show-splash
47 Show the splash screen.
48
49 --hide-splash
50 Hide the splash screen.
51
52 --ask-for-password
53 Ask the user for a password.
54
55 --ignore-keystroke=[STRING]
56 Remove sensitivity to a keystroke.
57
58 --update=[STRING]
59 Tell plymouthd an update about boot progress.
60
61 --details
62 Tell plymouthd there were errors during boot.
63
64 --wait
65 Wait for plymouthd to quit.
66
68 The following commands are understood:
69
70 change-mode OPTION
71 Change the operation mode.
72
73 --boot-up
74 Start the system up
75
76 --shutdown
77 Shutting the system up
78
79 --updates
80 Applying updates
81
82 system-update OPTION
83 Tell plymouthd about boot progress.
84
85 --progress=INTEGER
86 The percentage progress of the updates
87
88 update OPTION
89 Tell plymouthd about boot status changes.
90
91 --status=STRING
92 Tell plymouthd the current boot status
93
94 update-root-fs OPTION
95 Tell plymouthd about root filesystem changes.
96
97 --new-root-dir=STRING
98 Root filesystem is about to change
99
100 --read-write
101 Root filesystem is no longer read-only
102
103 show-splash
104 Tell plymouthd to show splash screen.
105
106 hide-splash
107 Tell plymouthd to hide splash screen.
108
109 ask-for-password OPTION
110 Ask the user for a password.
111
112 --command=STRING
113 Command to send password to via standard input
114
115 --prompt=STRING
116 Message to display when asking for password
117
118 --number-of-tries=INTEGER
119 Number of times to ask before giving up (requires --command)
120
121 --dont-pause-progress
122 Don't pause boot progress bar while asking
123
124 ask-question
125 Ask the user a question.
126
127 --command=STRING
128 Command to send the answer to via standard input
129
130 --prompt=STRING
131 Message to display when asking the question
132
133 --dont-pause-progress
134 Don't pause boot progress bar while asking
135
136 display-message OPTION
137 Display a message.
138
139 --text=STRING
140 The message text
141
142 hide-message OPTION
143 Hide a message.
144
145 --text=STRING
146 The message text
147
148 watch-keystroke OPTION
149 Become sensitive to a keystroke.
150
151 --command=STRING
152 Command to send keystroke to via standard input
153
154 --keys=STRING
155 Keys to become sensitive to
156
157 ignore-keystroke OPTION
158 Remove sensitivity to a keystroke.
159
160 --keys=STRING
161 Keys to remove sensitivitiy from
162
163 pause-progress
164 Pause boot progress bar.
165
166 unpause-progress
167 Unpause boot progress bar.
168
169 report-error
170 Tell plymouthd there were errors during boot.
171
172 deactivate
173 Tell plymouthd to deactivate.
174
175 reactivate
176 Tell plymouthd to reactivate.
177
178 quit OPTION
179 Tell plymouthd to quit.
180
181 --retain-splash
182 Don't explicitly hide boot splash on exit
183
185 grub(8), plymouth(8), plymouthd(8),
186 http://www.freedesktop.org/wiki/Software/Plymouth
187
188
189
190plymouth PLYMOUTH(1)