mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 11:58:08 +02:00
If you set PLYMOUTH_THEME_NAME to override the theme in an initrd (as e.g. lorax does when building upgrade.img), plymouth-populate-initrd tries to edit plymouthd.conf to enable that theme. Unfortunately, the existing `sed` line doesn't work if your plymouthd.conf is empty or all commented out - which is how we currently ship it. So before modifying the config, make sure it has a [Daemon] section header, and a Theme=[placeholder] line for us to modify. Resolves: RHBZ#1223344 |
||
|---|---|---|
| .. | ||
| default.cfg | ||
| Makefile.am | ||
| new-object.sh | ||
| plymouth-generate-initrd.in | ||
| plymouth-populate-initrd.in | ||
| plymouth-set-default-theme.in | ||
| plymouth-update-initrd | ||
| plymouth.spec | ||