| diff --git a/sysvinit/gentoo/cloud-init b/sysvinit/gentoo/cloud-init | |
| index 5afc0f2..531a715 100644 | |
| --- a/sysvinit/gentoo/cloud-init | |
| +++ b/sysvinit/gentoo/cloud-init | |
| @@ -2,6 +2,7 @@ | |
| # add depends for network, dns, fs etc | |
| depend() { | |
| after cloud-init-local | |
| + after net | |
| before cloud-config | |
| provide cloud-init | |
| } | |
| diff --git a/sysvinit/gentoo/cloud-init-local b/sysvinit/gentoo/cloud-init-local | |
| index 9bd0b56..2d3b7cf 100644 | |
| --- a/sysvinit/gentoo/cloud-init-local | |
| +++ b/sysvinit/gentoo/cloud-init-local | |
| @@ -2,7 +2,6 @@ | |
| depend() { | |
| after localmount | |
| - after netmount | |
| before cloud-init | |
| provide cloud-init-local | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment