mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 05:26:58 +02:00
coreos-base/coreos-cloudinit: Update to latest commit (#814)
* Update coreos-cloudinit to latest commit The latest commit sets the short form hostname that gets fetched from the metadata provider instead of the FQDN. Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com> Co-authored-by: Kai Lüke <pothos@users.noreply.github.com>
This commit is contained in:
parent
2eb4764fb8
commit
8f44cbfb55
1
changelog/changes/2023-05-12-coreos-cloudinit.md
Normal file
1
changelog/changes/2023-05-12-coreos-cloudinit.md
Normal file
@ -0,0 +1 @@
|
||||
- Changed coreos-cloudinit to now set the short hostname instead of the FQDN when fetched from the metadata service ([coreos-cloudinit#19](https://github.com/flatcar/coreos-cloudinit/pull/19))
|
@ -12,7 +12,7 @@ inherit cros-workon systemd toolchain-funcs udev coreos-go
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
else
|
||||
CROS_WORKON_COMMIT="2c383a41a1718f66be2add7f58a885df5b89d86f" # flatcar-master
|
||||
CROS_WORKON_COMMIT="89319292b9bca85a7a1f5f8a47c459dd45a8cc7a" # flatcar-master
|
||||
KEYWORDS="amd64 arm64"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user