Skip to content

Commit

Permalink
Merge pull request #833 from Darleev/v-danurg/revert_systemd_workarou…
Browse files Browse the repository at this point in the history
…nd_fix

Revert systemd-resolve workaround changes.
  • Loading branch information
maxim-lobanov authored May 5, 2020
2 parents 0129e01 + 86d0fe8 commit c7bd585
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions images/linux/scripts/installers/1804/basic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,6 @@ for cmd in curl file ftp jq netcat ssh parallel rsync shellcheck sudo telnet tim
fi
done

# Workaround for systemd-resolve, since sometimes stub resolver does not work properly. Details: https://github.com/actions/virtual-environments/issues/798
echo "Create resolv.conf link."
ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf

# Document what was added to the image
echo "Lastly, documenting what we added to the metadata file"
DocumentInstalledItem "Basic CLI:"
Expand Down

0 comments on commit c7bd585

Please sign in to comment.