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