Merge "start cloud-init-local in the boot runlevel"

This commit is contained in:
Jenkins 2016-10-12 02:37:04 +00:00 committed by Gerrit Code Review
commit 066b448d7c

View File

@ -10,6 +10,6 @@ set -o pipefail
if [[ "${DISTRO_NAME}" == "gentoo" ]]; then
rc-update add cloud-config default
rc-update add cloud-final default
rc-update add cloud-init-local default
rc-update add cloud-init-local boot
rc-update add cloud-init default
fi