summaryrefslogtreecommitdiff
path: root/google_set_hostname.patch
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-12-25 14:04:54 +0700
committerShulhan <ms@kilabit.info>2025-12-25 14:04:54 +0700
commit4095ebbb52c605790a00a75ea8b0f64389e6c035 (patch)
treeb895c27ddef90f062ad718c95dcd104c10e329e1 /google_set_hostname.patch
parent359cf26dda03bba42711892db27afc812355e5b3 (diff)
downloadgoogle-compute-engine-4095ebbb52c605790a00a75ea8b0f64389e6c035.tar.xz
all: update to release 20251014.00
Changes, * Remove the patch for google_set_hostname since is not needed anymore. * Set license value to use SPDX valid license name [1] * In package, remove installing symlink for dhclient-exit-hooks. In Arch Linux image, we use systemd for setting network. [1] https://rfc.archlinux.page/0016-spdx-license-identifiers/
Diffstat (limited to 'google_set_hostname.patch')
-rw-r--r--google_set_hostname.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/google_set_hostname.patch b/google_set_hostname.patch
deleted file mode 100644
index a3200e5..0000000
--- a/google_set_hostname.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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