Marcus Meissner
3ded1baf27
- Update to version 0.9.3+git20171130.fa66a5b: * INSTALL: Fix a spelling error in the command example * populate-initrd: handle themes with subdirs * device-manager: fall back to text mode if graphical devices fail * scripts: Use >&2 instead of /dev/stderr * terminal: add include for sysmacros.h * configure: bump to 0.9.4 * terminal-session: don't delete boot.log * Revert "Make boot.log world readable by default" - Rebase 0002-Install-label-ft-plugin-into-initrd-if-available.patch OBS-URL: https://build.opensuse.org/request/show/555598 OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=187
15 lines
516 B
Plaintext
15 lines
516 B
Plaintext
<services>
|
|
<service mode="disabled" name="tar_scm">
|
|
<param name="url">git://anongit.freedesktop.org/plymouth</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="filename">plymouth</param>
|
|
<param name="versionformat">0.9.3+git%cd.%h</param>
|
|
</service>
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
</services>
|