From b9d0bfd7dee560d465e6172c1fd5c80903e30f0c Mon Sep 17 00:00:00 2001 From: Samuel Littley Date: Tue, 15 Mar 2022 20:15:00 +0000 Subject: Update to 20220211.00 --- google_set_hostname.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'google_set_hostname.patch') diff --git a/google_set_hostname.patch b/google_set_hostname.patch index 8aee980..a3200e5 100644 --- a/google_set_hostname.patch +++ b/google_set_hostname.patch @@ -1,10 +1,10 @@ -diff --unified --recursive --text guest-configs-20210113.00.orig/src/usr/bin/google_set_hostname guest-configs-20210113.00/src/usr/bin/google_set_hostname ---- guest-configs-20210113.00.orig/src/usr/bin/google_set_hostname 2021-01-24 16:23:33.145413281 +0000 -+++ guest-configs-20210113.00/src/usr/bin/google_set_hostname 2021-01-24 16:20:26.670408935 +0000 -@@ -37,7 +37,7 @@ +diff --unified --recursive --text guest-configs-20220211.00.orig/src/usr/bin/google_set_hostname guest-configs-20220211.00/src/usr/bin/google_set_hostname +--- guest-configs-20220211.00.orig/src/usr/bin/google_set_hostname 2021-01-24 16:23:33.145413281 +0000 ++++ guest-configs-20220211.00/src/usr/bin/google_set_hostname 2021-01-24 16:20:26.670408935 +0000 +@@ -43,7 +43,7 @@ # unqualified domain name. - if [ -n "$new_host_name" ]; then + if [ -n "$new_host_name" ] && ! echo "$new_host_name" | grep -iq "metadata.google.internal"; then - hostname "${new_host_name%%.*}" + hostnamectl set-hostname "${new_host_name%%.*}" -- cgit v1.3-5-g9baa