summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorBalint Reczey <balint.reczey@canonical.com>2017-09-15 17:50:52 +0200
committerScott Moser <smoser@brickies.net>2017-09-15 13:14:18 -0400
commita2f8ce9c80debdb788e7ab37401aa98c2c270f26 (patch)
treeb2030bf8e93155cce9164e469d5dab806833cfb5 /packages
parent376168e251a1d4f2ee3643fed6092b8907f057ec (diff)
downloadcloud-init-git-a2f8ce9c80debdb788e7ab37401aa98c2c270f26.tar.gz
Do not provide systemd-fsck drop-in which could cause ordering cycles.
Revert "centos: do not package systemd-fsck drop-in." Revert "systemd: make systemd-fsck run after cloud-init.service" The systemd-fsck drop-in caused regressions by introducing ordering The change reverts the original commit that added systemd-fsck drop-in and another commit that had removed that from the centos packaging: 1f5489c258a26f4e26261c40786537951d67df1e 8a5296c41db45be3a172862f324ad44e732a2250 The result is to no longer provide the systemd-fsck drop-in. LP: #1717477
Diffstat (limited to 'packages')
-rw-r--r--packages/redhat/cloud-init.spec.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/redhat/cloud-init.spec.in b/packages/redhat/cloud-init.spec.in
index d995b85f..6ab0d20b 100644
--- a/packages/redhat/cloud-init.spec.in
+++ b/packages/redhat/cloud-init.spec.in
@@ -115,12 +115,6 @@ rm -rf $RPM_BUILD_ROOT%{python_sitelib}/tests
mkdir -p $RPM_BUILD_ROOT/%{_sharedstatedir}/cloud
mkdir -p $RPM_BUILD_ROOT/%{_libexecdir}/%{name}
-# LP: #1691489: Remove systemd-fsck dropin (currently not expected to work)
-%if "%{init_system}" == "systemd"
-rm $RPM_BUILD_ROOT/usr/lib/systemd/system/systemd-fsck@.service.d/cloud-init.conf
-%endif
-
-
%clean
rm -rf $RPM_BUILD_ROOT