cd6b01a368
OBS-URL: https://build.opensuse.org/request/show/833451 OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/combustion?expand=0&rev=3
24 lines
630 B
Desktop File
24 lines
630 B
Desktop File
[Unit]
|
|
Description=Combustion (preparations)
|
|
DefaultDependencies=false
|
|
|
|
ConditionKernelCommandLine=ignition.firstboot
|
|
|
|
# Config drive has to be available
|
|
Wants=dev-disk-by\x2dlabel-ignition.device
|
|
After=dev-disk-by\x2dlabel-ignition.device
|
|
|
|
# This reconfigures networking, which runs during the initqueue
|
|
Before=dracut-initqueue.service
|
|
|
|
Conflicts=initrd-switch-root.target umount.target
|
|
Conflicts=dracut-emergency.service emergency.service emergency.target
|
|
|
|
# Without this it goes into an endless loop on failure
|
|
OnFailure=emergency.target
|
|
OnFailureJobMode=isolate
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/combustion --prepare
|