Go to file
Ana Guerrero 13c903d0c4 Accepting request 1179717 from devel:kubic:ignition
- Update to version 2.19.0:
  * Support LUKS encryption using IBM CEX secure keys on s390x
  * providers: add "akamai" provider
- Adding %check section
- Build scripts are executable by themselves now, remove explicit Bash call

OBS-URL: https://build.opensuse.org/request/show/1179717
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ignition?expand=0&rev=45
2024-06-11 16:27:22 +00:00
_service - Update to version 2.19.0: 2024-06-10 14:46:47 +00:00
_servicedata - Update to version 2.19.0: 2024-06-10 14:46:47 +00:00
.gitattributes Accepting request 666931 from home:kukuk:ignition 2019-01-18 09:21:06 +00:00
.gitignore Accepting request 666931 from home:kukuk:ignition 2019-01-18 09:21:06 +00:00
0001-ignore-missing-qemu-blockdev.patch - Fix segmentation fault if filesystem section of Ignition JSON 2023-08-23 13:44:12 +00:00
0002-allow-multiple-mounts-of-same-device.patch Accepting request 1105491 from home:favogt:combustion 2023-08-23 14:09:02 +00:00
0003-Move-the-GPT-header-on-resized-disks.patch - Patch file cleanup: 2023-09-06 11:12:20 +00:00
0004-Order-ignition-disks.service-before-systemd-fsck-roo.patch Accepting request 1109544 from home:favogt:combustion 2023-09-07 12:45:03 +00:00
ignition-2.19.0.tar.xz - Update to version 2.19.0: 2024-06-10 14:46:47 +00:00
ignition-enable-network.service Accepting request 959393 from home:favogt:combustion 2022-03-04 15:13:47 +00:00
ignition-enable-network.sh Accepting request 992322 from home:favogt:combustion 2022-08-02 13:00:22 +00:00
ignition-kargs-helper - Update to version 2.12.0: 2021-08-09 15:33:18 +00:00
ignition-mount-initrd-fstab.service - ignition-mount-initrd-fstab.service: 2022-04-06 17:10:21 +00:00
ignition-remove-reconfig_system.service Accepting request 962210 from home:favogt:combustion 2022-03-16 16:27:02 +00:00
ignition-rmcfg-suse.conf Move ignition-rmcfg to /usr/sbin 2022-06-10 22:25:46 +00:00
ignition-setup-user.service - is-live-image doesn't exist on *SUSE, and our live images don't 2021-08-12 17:47:02 +00:00
ignition-setup-user.sh - Update to version 2.12.0: 2021-08-09 15:33:18 +00:00
ignition-suse-generator Accepting request 1105491 from home:favogt:combustion 2023-08-23 14:09:02 +00:00
ignition-touch-selinux-autorelabel.conf - Use /bin/sh instead of /usr/bin/sh (for backwards compatibility 2022-04-08 14:05:22 +00:00
ignition-umount-initrd-fstab.service Accepting request 1105491 from home:favogt:combustion 2023-08-23 14:09:02 +00:00
ignition-userconfig-timeout-arm.conf - Update to version 2.6.0 2020-08-10 09:28:19 +00:00
ignition-userconfig-timeout.conf - Update to version 2.6.0 2020-08-10 09:28:19 +00:00
ignition.changes - Update to version 2.19.0: 2024-06-10 14:46:47 +00:00
ignition.spec - Update to version 2.19.0: 2024-06-10 14:46:47 +00:00
module-setup.sh Accepting request 1153997 from home:favogt:branches:devel:kubic:ignition 2024-03-01 13:04:07 +00:00
README.SUSE Accepting request 1105491 from home:favogt:combustion 2023-08-23 14:09:02 +00:00

Changes for openSUSE / SLE:

* ignition-mount-initrd-fstab.service / ignition-umount-initrd-fstab.service:
  Upstream Ignition will only mount partitions or subvolumes explicitly
  mentioned in the Ignition configuration. A default SUSE system, however,
  is split over several subvolumes, and most users won't want to define
  all the partitions again. On the other hand a lot of core functionality (e.g.
  configuring a SSH certificate for the root user or adding a configuration
  file) requires access to those subvolumes.
  For better usability in addition to Ignition's own mount / umount stage all
  files systems tagged for being mounted in the initrd ("x-initrd.mount" mount
  flag) will automatically be mounted / umounted.
* ignition-setup-user.service / ignition-setup-user.sh:
  The user configuration can be stored on a device with the label "ignition"
  (e.g. by attaching a USB flash drive with that name) instead of using the
  platform specific configuration storage mechanism.
* ignition-userconfig-timeout*.conf:
  Set timeout for Ignition device so boot will just continue if no physical
  Ignition configuration device is attached (e.g. when using platform
  specific configuration).
* ignition-rmcfg-suse.conf:
  Adapt systemd service to match our own packaging: We do not support
  ConditionFirstBoot, and additionally support auto-detection of the platform
  (see ignition-suse-generator), so the detection whether the stage should be
  called has to be done via shell script.
* ignition-touch-selinux-autorelabel.conf:
  Trigger SELinux autorelabel after Ignition runs; Ignition would support
  SELinux itself, however this is a compile time option, so it can't be
  used here.
* ignition-suse-generator:
  Replaces the upstream generator by making use of firstboot.target provided
  by combustion and hooking up the services provided by this module.
  Additionally it will try to autodect the platform if it is not set on the
  kernel command line.
* ignition-enable-network.service / ignition-enable-network.sh:
  Ignition supports detection whether the configuration requires networking
  to avoid having to boot with networking enabled even when it isn't
  necessary; the actual implementation to start the network is left to the
  distribution.
* ignition-kargs-helper:
  Distribution specific helper script to implement kernel argument support.