Package Release Info

combustion-1.0+git2-bp155.1.5

Update Info: Base Release
Available in Package Hub : 15 SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

combustion

Change Logs

* Thu Aug 18 2022 Fabian Vogt <fvogt@suse.com>
- Update to version 1.0+git2:
  * Let selinux-microos-relabel decide whether a relabel is necessary (bsc#1202437)
* Tue Aug 02 2022 Fabian Vogt <fvogt@suse.com>
- Update to version 1.0+git1:
  * Use /lib/dracut/hooks instead of the usr-merged location (bsc#1201957)
* Wed Jul 06 2022 Fabian Vogt <fvogt@suse.com>
- Switch to use the git repo with obs_scm
- Update to version 1.0+git0:
  * Add Makefile for make install support
  * Start sysroot-usr.mount as well
  * Replace invalid use of ln_r in module-setup.sh
* Thu Mar 24 2022 Fabian Vogt <fvogt@suse.com>
- Bump version to 0.3
- Use the Wiki page as URL (boo#1195383)
- Don't touch /sysroot/etc/ after creating a new snapshot, it ends up
  in the old snapshot's overlay
* Wed Mar 23 2022 Fabian Vogt <fvogt@suse.com>
- Disable ignition-mount.service's ExecStop instead of stopping the
  unit (boo#1197309)
* Mon Mar 21 2022 Fabian Vogt <fvogt@suse.com>
- Be more --quiet with systemctl
* Thu Mar 03 2022 Fabian Vogt <fvogt@suse.com>
- Support the dracut network-manager module
* Mon Jan 24 2022 Fabian Vogt <fvogt@suse.com>
- Remove /var/lib/YaST2/reconfig_system on successful runs
* Wed Nov 24 2021 Dimitar Zahariev <mitko@tuionui.com>
- Look for filesystems with uppercase labels as well
* Tue Jul 27 2021 Fabian Vogt <fvogt@suse.com>
- Drop explicit dependency on sysroot.mount. Instead, handle starting and
  stopping of the unit explicitly to avoid conflicts.
- Add workaround for gh#systemd/systemd#20329
* Mon Jun 21 2021 Fabian Vogt <fvogt@suse.com>
- Set the exit status explicitly
* Mon Jun 07 2021 Fabian Vogt <fvogt@suse.com>
- combustion: Relabel the old snapshot (if necessary) and explicitly
  trigger autorelabel for the new snapshot
* Fri Mar 05 2021 Fabian Vogt <fvogt@suse.com>
- Expand and clarify README
* Wed Jan 20 2021 Fabian Vogt <fvogt@suse.com>
- module-setup.sh: Install grep as well
* Thu Oct 22 2020 Fabian Vogt <fvogt@suse.com>
- Change license to GPL-2.0-or-later
* Tue Oct 13 2020 Fabian Vogt <fvogt@suse.com>
- Also stop ignition-mount.service if there's no config
* Tue Oct 06 2020 Fabian Vogt <fvogt@suse.com>
- Implement support for systems without transactional-update
- Require rmdir explicitly
* Mon Oct 05 2020 Fabian Vogt <fvogt@suse.com>
- Fail properly when the retval file doesn't exist
- Stop ignition-mount.service to avoid conflict (boo#1176746)
* Thu Sep 17 2020 Fabian Vogt <fvogt@suse.com>
- Overhaul configuration fetching:
  * Add udev rules to wait for either ignition, combustion or
    fw_cfg drives
  * Allow combustion.firstboot in addition to ignition.firstboot
  M combustion
  A combustion-prepare.service
  M combustion.service
  M module-setup.sh
- Bump version to 0.2
* Mon Sep 14 2020 Ignaz Forster <iforster@suse.com>
- Avoid concurrent run of Ignition and Combustion initialization
  scripts to a avoid a duplicate mount of the same device.