Skip to content

Commit 279e7a9

Browse files
committed
start plymouth earlier
Signed-off-by: Zen <[email protected]>
1 parent f474ddd commit 279e7a9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/ugrd/base/plymouth.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ path = "devpts"
2020
"ugrd.base.plymouth" = [ "pull_plymouth" ]
2121

2222
[imports.init_early]
23-
"ugrd.base.plymouth" = [ "make_devpts" ]
24-
25-
[imports.init_main]
26-
"ugrd.base.plymouth" = [ "start_plymouth" ]
23+
"ugrd.base.plymouth" = [ "make_devpts", "start_plymouth" ]
2724

2825
[custom_parameters]
2926
plymouth_config = "Path" # Path to the plymouth configuration file

0 commit comments

Comments
 (0)