diff options
| author | Matthew Thode <mthode@mthode.org> | 2016-08-21 18:15:56 -0500 |
|---|---|---|
| committer | Matthew Thode <mthode@mthode.org> | 2016-08-22 10:33:44 -0500 |
| commit | 1f8b37e0d80534d2055ee2e888f5a7e36c4b98b4 (patch) | |
| tree | 6c8f3e088ca1eb16b459c4494f5128b94b7d06cf /sysvinit/gentoo/cloud-init | |
| parent | 41271bd8609550d02868b7681b49b8791678beaa (diff) | |
| download | vyos-cloud-init-1f8b37e0d80534d2055ee2e888f5a7e36c4b98b4.tar.gz vyos-cloud-init-1f8b37e0d80534d2055ee2e888f5a7e36c4b98b4.zip | |
Fix Gentoo net config generation
This gets Gentoo work on simple configs with static IPs or
DHCP on physical interfaces. This gets Gentoo bootable again.
Diffstat (limited to 'sysvinit/gentoo/cloud-init')
| -rw-r--r-- | sysvinit/gentoo/cloud-init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysvinit/gentoo/cloud-init b/sysvinit/gentoo/cloud-init index 9ab64ad8..5afc0f2e 100644 --- a/sysvinit/gentoo/cloud-init +++ b/sysvinit/gentoo/cloud-init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # add depends for network, dns, fs etc depend() { after cloud-init-local |
