mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-17 00:28:12 +02:00
Since plymouth concatenates boot logs one after the other in /var/log/boot.log, causing it to grow endlessly. we need to logrotrate it. Fixes #31 Signed-off-by: Hans de Goede <hdegoede@redhat.com>
18 lines
780 B
Makefile
18 lines
780 B
Makefile
noinst_SCRIPTS = new-object.sh
|
|
|
|
initrdscriptdir = $(libexecdir)/plymouth
|
|
initrdscript_SCRIPTS = plymouth-update-initrd plymouth-generate-initrd plymouth-populate-initrd
|
|
|
|
sbinscriptsdir = $(sbindir)
|
|
sbinscripts_SCRIPTS = plymouth-set-default-theme
|
|
|
|
bootlogdir = $(sysconfdir)/logrotate.d
|
|
bootlog_DATA = bootlog
|
|
|
|
EXTRA_DIST= plymouth-update-initrd \
|
|
plymouth-generate-initrd.in \
|
|
plymouth-populate-initrd.in \
|
|
plymouth-set-default-theme.in \
|
|
$(noinst_SCRIPTS) \
|
|
bootlog \
|
|
default.cfg
|