1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 06:40:31 +00:00

Pre-cache hyperv service yaml for airgap installation

This commit is contained in:
niusmallnan
2018-12-12 16:39:02 +08:00
parent edce7bb15d
commit ae413185e1
2 changed files with 5 additions and 0 deletions

View File

@@ -55,6 +55,9 @@ for file in $(ls .make-*); do
".make-4glte")
cache_services "m/modem-manager.yml"
;;
".make-hyperv")
cache_services "h/hyperv-vm-tools.yml"
;;
esac
done