2020-08-10 11:28:19 +02:00
|
|
|
Changes for openSUSE / SLE:
|
|
|
|
|
2022-04-06 19:10:21 +02:00
|
|
|
* ignition-mount-initrd-fstab.service / ignition-umount-initrd-fstab.service:
|
2020-08-10 11:28:19 +02:00
|
|
|
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.
|
2023-08-23 16:09:02 +02:00
|
|
|
* ignition-setup-user.service / ignition-setup-user.sh:
|
2020-08-10 11:28:19 +02:00
|
|
|
The user configuration can be stored on a device with the label "ignition"
|
2021-08-09 17:33:18 +02:00
|
|
|
(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).
|
2022-06-09 18:46:15 +02:00
|
|
|
* 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.
|
2022-03-25 16:23:52 +01:00
|
|
|
* 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.
|
2020-08-10 11:28:19 +02:00
|
|
|
* ignition-suse-generator:
|
2023-08-23 16:09:02 +02:00
|
|
|
Replaces the upstream generator by making use of firstboot.target provided
|
|
|
|
by combustion and hooking up the services provided by this module.
|
2020-08-10 11:28:19 +02:00
|
|
|
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.
|
2021-07-07 18:27:38 +02:00
|
|
|
* ignition-kargs-helper:
|
|
|
|
Distribution specific helper script to implement kernel argument support.
|