Accepting request 834260 from home:fos:branches:devel:kubic:ignition
- Avoid concurrent run of Ignition and Combustion initialization scripts to a avoid a duplicate mount of the same device. OBS-URL: https://build.opensuse.org/request/show/834260 OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/combustion?expand=0&rev=5
This commit is contained in:
parent
cd6b01a368
commit
a22939cb1d
@ -8,6 +8,11 @@ ConditionKernelCommandLine=ignition.firstboot
|
|||||||
Wants=dev-disk-by\x2dlabel-ignition.device
|
Wants=dev-disk-by\x2dlabel-ignition.device
|
||||||
After=dev-disk-by\x2dlabel-ignition.device
|
After=dev-disk-by\x2dlabel-ignition.device
|
||||||
|
|
||||||
|
# If both Ignition and Combustion are active make sure to run their
|
||||||
|
# configuration scripts sequentially, as both try to mount the configuration
|
||||||
|
# device
|
||||||
|
After=ignition-setup-user.service
|
||||||
|
|
||||||
# This reconfigures networking, which runs during the initqueue
|
# This reconfigures networking, which runs during the initqueue
|
||||||
Before=dracut-initqueue.service
|
Before=dracut-initqueue.service
|
||||||
|
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Fri Sep 4 14:27:17 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user