Skip to content

Instantly share code, notes, and snippets.

Created October 7, 2016 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/cbf4a784c30156909809228f2cc1091f to your computer and use it in GitHub Desktop.
Save anonymous/cbf4a784c30156909809228f2cc1091f to your computer and use it in GitHub Desktop.
stdin
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