Skip to content

Add Plymouth boot splash plugin#483

Open
aanderse wants to merge 1 commit intofinit-project:masterfrom
aanderse:plymouth
Open

Add Plymouth boot splash plugin#483
aanderse wants to merge 1 commit intofinit-project:masterfrom
aanderse:plymouth

Conversation

@aanderse
Copy link
Contributor

Manage the plymouthd lifecycle across boot, switch_root, and shutdown. Activated by the "splash" kernel command line argument.


see it in action here

Manage the plymouthd lifecycle across boot, switch_root, and shutdown.
Activated by the "splash" kernel command line argument.
/* Mount devpts if not already mounted (needed for --attach-to-session) */
if (!fismnt("/dev/pts")) {
mkdir("/dev/pts", 0755);
mount("devpts", "/dev/pts", "devpts",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

something about this feels not quite right... any opinions or alternatives?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant