mirror of
https://github.com/rancher/os.git
synced 2025-06-26 06:51:40 +00:00
8 lines
125 B
Bash
Executable File
8 lines
125 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -x -e
|
|
|
|
CLOUD_CONFIG_FLAGS=$(rancherctl config get cloud_config)
|
|
|
|
cloud-init --preinit "$CLOUD_CONFIG_FLAGS"
|