summarylogtreecommitdiffstats
path: root/google_set_hostname.patch
blob: a3200e53e2211238e5eecdc1f8ac657ec7fc5121 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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" ] && ! echo "$new_host_name" | grep -iq "metadata.google.internal"; then
-  hostname "${new_host_name%%.*}"
+  hostnamectl set-hostname "${new_host_name%%.*}"
 
   # If NetworkManager is installed set the hostname with nmcli.
   # to resolve issues with NetworkManager resetting the hostname