Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 803 Bytes

README.rst

File metadata and controls

24 lines (16 loc) · 803 Bytes

Plymouth OpenRC Plugin

This is a plugin for OpenRC that displays a Plymouth splash screen during boot.

Installation

Users of this package are probably on Gentoo; just emerge sys-boot/plymouth-openrc-plugin.

If you're not on Gentoo you'll just need to install OpenRC and Plymouth then build the plugin.

Building

You don't need to set any options on the meson setup invocation, they're just included here for reference for those that want to change them.

user@workstation $ meson setup builddir --prefix=/usr -Ddebug=true -Dpid-file=/run/plymouth/plymouth-openrc-plugin.pid -Drun-dir=/run/plymouth
user@workstation $ ninja -C builddir
user@workstation $ sudo ninja -C builddir install