mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=340983
@ -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