← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~smoser/cloud-init:fix/rpm-build-systemd-fsck-dropin into cloud-init:master

 

The proposal to merge ~smoser/cloud-init:fix/rpm-build-systemd-fsck-dropin into cloud-init:master has been updated.

Commit Message changed to:

centos: do not package systemd-fsck drop-in.

The change here fixes the build of CentOS 7 rpm.

The systemd 'drop-in' file systemd-fsck@.service.d/cloud-init.conf is
not expected to work on CentOS at the moment.  There, the
cloud-init-local.service currently runs without DefaultDependencies=no.
That would likely cause a dependency loop.

The drop-in was added for bug 1691489.  It may well be needed at a later
date in CentOS also.

For more details, see:
https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/328101
-- 
Your team cloud-init commiters is requested to review the proposed merge of ~smoser/cloud-init:fix/rpm-build-systemd-fsck-dropin into cloud-init:master.


References