From e9fb21e368724843d4b14e6ca8464699a7f1d9da Mon Sep 17 00:00:00 2001 From: niusmallnan Date: Fri, 28 Dec 2018 15:24:09 +0800 Subject: [PATCH] Fix service caching for azure image --- scripts/layout-initrd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/layout-initrd b/scripts/layout-initrd index e90f36f9..dd85b707 100755 --- a/scripts/layout-initrd +++ b/scripts/layout-initrd @@ -59,7 +59,8 @@ for file in $(ls .make-*); do cache_services "h/hyperv-vm-tools.yml" ;; ".make-azure") - cache_services "h/hyperv-vm-tools.yml w/waagent.yml" + cache_services "h/hyperv-vm-tools.yml" + cache_services "w/waagent.yml" ;; esac done