1
0
mirror of https://github.com/rancher/os.git synced 2025-09-15 22:49:08 +00:00

Update layout-initrd script

This commit is contained in:
niusmallnan
2019-05-14 16:12:07 +08:00
parent 91955249ef
commit c130467a7d

View File

@@ -47,8 +47,9 @@ BUILD_ID=
HERE
# cache os-services yml file
for file in $(basename $(find . -type f -name ".make-*")); do
case $file in
for file in $(find . -type f -name ".make-*"); do
f_file=$(basename ${file})
case $f_file in
".make-vmware")
cache_services "o/open-vm-tools.yml"
;;