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:
@@ -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"
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user