mirror of
https://github.com/rancher/os.git
synced 2025-09-04 00:04:25 +00:00
8 lines
124 B
Bash
Executable File
8 lines
124 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -x -e
|
|
|
|
CLOUD_CONFIG_FLAGS=$(rancherctl config get cloud_config)
|
|
|
|
cloudinit --preinit "$CLOUD_CONFIG_FLAGS"
|