Fabian Vogt
6d0025102b
- Update to version 1.2+git2: * Don't consider /var/lib/YaST2/reconfig_system for firstboot detection * Use improved x-initrd.mount code in firstboot-detect as well - Update to version 1.2: * Don't remove YaST reconfig_system marker if called from ignition * Remove now obsolete workaround for ignition-mount.service ExecStop * Set dasd_mod.dasd=autodetect in modprobe.d * Omit combustion module in initrds for already configured systems * New module to handle firstboot detection in the initrd (poo#127196, jsc#PED-5843) * Fixes for use with ignition-kargs-helper * Improve x-initrd.mount handling * Work around systemd issue with emergency.target at the root OBS-URL: https://build.opensuse.org/request/show/1105302 OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/combustion?expand=0&rev=38
16 lines
599 B
Plaintext
16 lines
599 B
Plaintext
<services>
|
|
<service mode="disabled" name="obs_scm">
|
|
<param name="url">https://github.com/openSUSE/combustion.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
|
|
<param name="versionrewrite-pattern">v(.*?)(\+git0)?$</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version" />
|
|
<service mode="buildtime" name="tar" />
|
|
<service mode="buildtime" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|