fix(coreos-cloudinit): truncate hostnames

This commit is contained in:
Rick Rackow 2025-04-07 08:49:05 +02:00
parent 387b047095
commit 4f8819e4df
No known key found for this signature in database
3 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1,2 @@
- Always truncate hostnames on the first occurrence of `.` ([cloud-init#32](https://github.com/flatcar/coreos-cloudinit/pull/32))
- Ensure hostnames never exceeds 63 characters, regardless of the metadata provider ([cloud-init#31](https://github.com/flatcar/coreos-cloudinit/pull/31))

View File

@ -10,7 +10,7 @@ inherit git-r3 systemd toolchain-funcs udev coreos-go
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
EGIT_COMMIT="f3aaab923de5075524780716635f25564b5e6934" # flatcar-master
EGIT_COMMIT="1c1d7f4ae6b933350d7fd36e882dda170123cccc" # flatcar-master
KEYWORDS="amd64 arm64"
fi