1#!/bin/bash 2 3# SPDX-FileCopyrightText: Copyright The Lima Authors 4# SPDX-License-Identifier: Apache-2.0 5 6set -eux -o pipefail 7 8# Define host.lima.internal in case the hostResolver is disabled. When using 9# the hostResolver, the name is provided by the lima resolver itself because 10# it doesn't have access to /etc/hosts inside the VM. 11sed -i '/host.lima.internal/d' /etc/hosts 12echo -e "${LIMA_CIDATA_SLIRP_GATEWAY}\thost.lima.internal" >>/etc/hosts 13 14