loongbedrocklinux-userlandd/src/plymouth-quit
exkc ab27f6c172 first 2022-07-28 17:31:45 +08:00
..
Makefile first 2022-07-28 17:31:45 +08:00
README.md first 2022-07-28 17:31:45 +08:00
plymouth-quit.c first 2022-07-28 17:31:45 +08:00

README.md

plymouth-quit

Tells plymouth to quit

Usage

Simply run the executable.

Installation

Bedrock Linux should be distributed with a script which handles installation, but just in case:

To compile, run

make

To install into installdir, run

make prefix=<installdir> install

To clean up, like usual:

make clean

And finally, to remove it, run:

make prefix=<installdir> uninstall