Merge "start cloud-init-local in the boot runlevel"
This commit is contained in:
commit
066b448d7c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue