1
0
mirror of https://github.com/rancher/os.git synced 2025-09-17 07:30:42 +00:00

Split cloud-init into cloud-init-execute and cloud-init-save

This commit is contained in:
Josh Curl
2016-08-04 15:47:12 -07:00
parent e5f1f299f0
commit 889cb9eea8
10 changed files with 185 additions and 138 deletions

View File

@@ -12,4 +12,4 @@ else
mount -t 9p -o trans=virtio,version=9p2000.L config-2 ${MOUNT_POINT} 2>/dev/null || true
fi
cloud-init -save -network=${CLOUD_INIT_NETWORK:-true}
cloud-init-save -network=${CLOUD_INIT_NETWORK:-true}