Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Puppet
Commits
f895b4b0
Commit
f895b4b0
authored
Jan 08, 2020
by
James T. Lee
Browse files
plymouth: Fix vconsole setup bug
parent
c48bf7e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
manifests/profile/base/plymouth.pp
manifests/profile/base/plymouth.pp
+9
-0
No files found.
manifests/profile/base/plymouth.pp
View file @
f895b4b0
...
@@ -21,6 +21,15 @@ class nest::profile::base::plymouth {
...
@@ -21,6 +21,15 @@ class nest::profile::base::plymouth {
ensure
=>
installed
,
ensure
=>
installed
,
}
}
# Plymouth tries to start systemd-vconsole-setup before the console is ready,
# resulting in I/O error when trying to start the service.
file_line
{
'plymouth-start.service-Wants'
:
path
=>
'/lib/systemd/system/plymouth-start.service'
,
line
=>
'Wants=systemd-ask-password-plymouth.path'
,
match
=>
'^Wants='
,
require
=>
Package
[
'sys-boot/plymouth'
],
}
$plymouthd_conf_contents
=
@
(
PLYMOUTH_CONF
)
$plymouthd_conf_contents
=
@
(
PLYMOUTH_CONF
)
[
Daemon
]
[
Daemon
]
Theme
=
details
Theme
=
details
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment