From 4095ebbb52c605790a00a75ea8b0f64389e6c035 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Thu, 25 Dec 2025 14:04:54 +0700 Subject: 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/ --- google_set_hostname.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 google_set_hostname.patch (limited to 'google_set_hostname.patch') 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 -- cgit v1.3