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:
Ignaz Forster 2020-09-14 09:24:15 +00:00 committed by Git OBS Bridge
parent cd6b01a368
commit a22939cb1d
2 changed files with 11 additions and 0 deletions

View File

@ -8,6 +8,11 @@ ConditionKernelCommandLine=ignition.firstboot
Wants=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
Before=dracut-initqueue.service

View File

@ -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>