From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Cekal To: development@lists.ipfire.org Subject: [PATCH] BUG12445: Fix for Hyper-V stuck 8 minutes at boot Date: Fri, 02 Apr 2021 00:51:29 +0200 Message-ID: <20210401225129.4479-1-admin@cekal.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7469372254363122862==" List-Id: --===============7469372254363122862== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi Michael, yeah, sounds good. Here's the updated patch. -Thomas Signed-off-by: Thomas Cekal --- src/initscripts/helper/azure-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/initscripts/helper/azure-setup b/src/initscripts/helper/azur= e-setup index a0d547588..12a06acf2 100644 --- a/src/initscripts/helper/azure-setup +++ b/src/initscripts/helper/azure-setup @@ -9,7 +9,7 @@ export PATH=3D/usr/local/sbin:/usr/local/bin:${PATH} get() { local file=3D"${1}" =20 - wget --timeout=3D10 --tries=3D1 -qO - --header=3D"Metadata:true" "http://16= 9.254.169.254/metadata/instance/${file}?api-version=3D2019-06-01&format=3Dtex= t" + wget --timeout=3D3 --tries=3D3 -qO - --header=3D"Metadata:true" "http://169= .254.169.254/metadata/instance/${file}?api-version=3D2019-06-01&format=3Dtext" } =20 format_mac() { --=20 2.17.1 --===============7469372254363122862==--