Sha256: dba5460deaab098c4c4d279280858a56c158f6b7f14038cb0798bfbcc1fec8b2
Contents?: true
Size: 496 Bytes
Versions: 15
Compression:
Stored size: 496 Bytes
Contents
#!/bin/bash -eux # From: https://github.com/opscode/bento if [[ "$PACKER_BUILDER_TYPE" == virtualbox* ]]; then ## https://access.redhat.com/site/solutions/58625 (subscription required) # add 'single-request-reopen' so it is included when /etc/resolv.conf is generated echo 'RES_OPTIONS="single-request-reopen"' >> /etc/sysconfig/network service network restart echo 'Slow DNS fix applied (single-request-reopen)' else echo 'Slow DNS fix not required for this platform, skipping' fi
Version data entries
15 entries across 15 versions & 1 rubygems