diff options
author | Daniil Baturin <daniil@baturin.org> | 2019-07-23 17:07:34 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-23 17:07:34 +0700 |
commit | d11d4b6e44b6db649b2402500c955af5f8d310c6 (patch) | |
tree | 613944f1de089105950a86501507b6aa2151380d /tools/cloud-init/99-disable-networking.chroot | |
parent | b229f0bd958a42c6faa345c91500c2ed8ccdc919 (diff) | |
parent | 6056acfa06c2b79ee8981b9f36a1ced2dac29111 (diff) | |
download | vyos-build-d11d4b6e44b6db649b2402500c955af5f8d310c6.tar.gz vyos-build-d11d4b6e44b6db649b2402500c955af5f8d310c6.zip |
Merge pull request #57 from runborg/equuleus-merged
Sync equuleus with current.
Diffstat (limited to 'tools/cloud-init/99-disable-networking.chroot')
-rwxr-xr-x | tools/cloud-init/99-disable-networking.chroot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/cloud-init/99-disable-networking.chroot b/tools/cloud-init/99-disable-networking.chroot new file mode 100755 index 00000000..e576c8a5 --- /dev/null +++ b/tools/cloud-init/99-disable-networking.chroot @@ -0,0 +1,3 @@ +#!/bin/bash +systemctl disable networking +/usr/sbin/update-rc.d -f networking remove |