From 8abeb3e63c1d4308fdfb5493203a08d219233d17 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Thu, 6 Aug 2015 03:15:24 -0400 Subject: [PATCH] sys-apps/ignition: ignition-files.service before initrd-parse-etc.service initrd-switch-root.target was too late, we get potentially killed during the cleanup steps before that. We also need to write files before reloading etc since we may influence that in ignition-files. --- .../sys-apps/ignition/files/ignition-files.service | 2 +- .../{ignition-0.1.2.ebuild => ignition-0.1.2-r1.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename sdk_container/src/third_party/coreos-overlay/sys-apps/ignition/{ignition-0.1.2.ebuild => ignition-0.1.2-r1.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/ignition/files/ignition-files.service b/sdk_container/src/third_party/coreos-overlay/sys-apps/ignition/files/ignition-files.service index 2b9c867878..234f6d4bbc 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-apps/ignition/files/ignition-files.service +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/ignition/files/ignition-files.service @@ -1,7 +1,7 @@ [Unit] Description=Ignition DefaultDependencies=false -Before=initrd-switch-root.target +Before=initrd-parse-etc.service Requires=initrd-root-fs.target After=initrd-root-fs.target diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/ignition/ignition-0.1.2.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/ignition/ignition-0.1.2-r1.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/sys-apps/ignition/ignition-0.1.2.ebuild rename to sdk_container/src/third_party/coreos-overlay/sys-apps/ignition/ignition-0.1.2-r1.ebuild