Fix NTP query on GCE due to unresolved hostname.
PR: 232456 Submitted by: Lucas Kanashiro MFC after: 3 days Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
9848333b6c
commit
6b26cacc52
@ -49,7 +49,7 @@ aesni_load="YES"
|
||||
nvme_load="YES"
|
||||
EOF
|
||||
|
||||
echo '169.254.169.254 metadata.google.internal metadata' > \
|
||||
echo '169.254.169.254 metadata.google.internal metadata' >> \
|
||||
${DESTDIR}/etc/hosts
|
||||
|
||||
# overwrite ntp.conf
|
||||
|
Loading…
Reference in New Issue
Block a user