1
0
mirror of https://github.com/rancher/os.git synced 2025-09-17 15:40:47 +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 HERE
# cache os-services yml file # cache os-services yml file
for file in $(basename $(find . -type f -name ".make-*")); do for file in $(find . -type f -name ".make-*"); do
case $file in f_file=$(basename ${file})
case $f_file in
".make-vmware") ".make-vmware")
cache_services "o/open-vm-tools.yml" cache_services "o/open-vm-tools.yml"
;; ;;