Fabian Vogt
be0df27e3e
- Look for filesystems with uppercase labels as well OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/combustion?expand=0&rev=23
112 lines
3.9 KiB
Plaintext
112 lines
3.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Nov 24 13:10:37 UTC 2021 - Dimitar Zahariev <mitko@tuionui.com>
|
|
|
|
- Look for filesystems with uppercase labels as well
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 27 06:37:56 UTC 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 07:07:23 UTC 2021 - Fabian Vogt <fvogt@suse.com>
|
|
|
|
- Set the exit status explicitly
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 7 14:13:14 UTC 2021 - Fabian Vogt <fvogt@suse.com>
|
|
|
|
- combustion: Relabel the old snapshot (if necessary) and explicitly
|
|
trigger autorelabel for the new snapshot
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 5 13:35:22 UTC 2021 - Fabian Vogt <fvogt@suse.com>
|
|
|
|
- Expand and clarify README
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 20 09:50:53 UTC 2021 - Fabian Vogt <fvogt@suse.com>
|
|
|
|
- module-setup.sh: Install grep as well
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 22 07:26:03 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
|
|
|
- Change license to GPL-2.0-or-later
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 13 09:00:58 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
|
|
|
- Also stop ignition-mount.service if there's no config
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 6 10:19:57 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
|
|
|
- Implement support for systems without transactional-update
|
|
- Require rmdir explicitly
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 5 08:33:19 UTC 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 10:56:44 UTC 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 09:20:49 UTC 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 4 14:27:17 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
|
|
|
- Add combustion-prepare.service to enable network if needed:
|
|
M combustion
|
|
A combustion-prepare.service
|
|
M combustion.service
|
|
M module-setup.sh
|
|
- Don't fail if no config drive found to not break ignition with
|
|
fw_cfg
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 17 12:25:25 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
|
|
|
- Adjust README after removal of combustion-generator
|
|
- Switch to GPL-2.0-only
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 9 10:29:44 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
|
|
|
- Also force mounting of /tmp
|
|
- Fix getting the script's return value
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 1 10:31:10 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
|
|
|
- Set the timeout for the config device explicitly, like ignition-dracut
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 19 11:26:48 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
|
|
|
- Drop dependency on ignition
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 18 11:07:54 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
|
|
|
- Initial commit
|