summarylogtreecommitdiffstats
path: root/google_set_hostname.patch
diff options
context:
space:
mode:
Diffstat (limited to 'google_set_hostname.patch')
-rw-r--r--google_set_hostname.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/google_set_hostname.patch b/google_set_hostname.patch
new file mode 100644
index 000000000000..8aee98076069
--- /dev/null
+++ b/google_set_hostname.patch
@@ -0,0 +1,12 @@
+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 @@
+ # unqualified domain name.
+
+ if [ -n "$new_host_name" ]; 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