mirror of
https://github.com/rancher/os.git
synced 2025-07-16 16:11:03 +00:00
fix the boot crash on installed system
This commit is contained in:
parent
95b411924c
commit
2812bf4894
@ -11,9 +11,9 @@ if [ -z ${BASE_DIR} ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
mkdir -p ${BASE_DIR}/lib/rancher/conf/cloud-config.d
|
||||
mkdir -p ${BASE_DIR}/var/lib/rancher/conf/cloud-config.d
|
||||
|
||||
cp ${CLOUD_DATA} ${BASE_DIR}/lib/rancher/conf/cloud-config.d/
|
||||
cp ${CLOUD_DATA} ${BASE_DIR}/var/lib/rancher/conf/cloud-config.d/
|
||||
|
||||
for f in ${FILES[@]}; do
|
||||
IFS=":" read s d <<< "${f}"
|
||||
|
Loading…
Reference in New Issue
Block a user