- Closes #987 To make the overlays testable in isolation, and after discussion with the TSC, removed host/time/source from overlay files. Signed-off-by: Jonathon Anderson <janderson@ciq.com>
33 lines
1.1 KiB
Desktop File
33 lines
1.1 KiB
Desktop File
[Unit]
|
|
Description=Ignition warewulf (disks)
|
|
Documentation=https://warewulf.org/
|
|
ConditionPathExists=/warewulf/ignition.json
|
|
ConditionPathExists=/usr/lib/dracut/modules.d/30ignition/ignition
|
|
DefaultDependencies=false
|
|
|
|
Before=ignition-ww4-mount.service
|
|
|
|
# This stage runs between `basic.target` and `initrd-root-device.target`,
|
|
# see https://www.freedesktop.org/software/systemd/man/bootup.html
|
|
# Make sure to run before the file system checks, as sgdisk will trigger
|
|
# udev events, potentially resulting in race conditions due to disappearing
|
|
# devices.
|
|
|
|
# Note that CL runs this before `local-fs-pre.target` to allow for configs that
|
|
# completely wipe the rootfs. Though we're not there yet. But we still run
|
|
# before `sysroot.mount` on principle.
|
|
Before=initrd-root-device.target
|
|
Before=sysroot.mount
|
|
|
|
#OnFailure=emergency.target
|
|
#OnFailureJobMode=isolate
|
|
|
|
# This stage requires udevd to detect disk partitioning changes.
|
|
Requires=systemd-udevd.service
|
|
After=systemd-udevd.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/lib/dracut/modules.d/30ignition/ignition --platform=metal --stage=disks --config-cache /warewulf/ignition.json
|