about summary refs log tree commit diff
path: root/tools/nm-guest-data/etc-rc.local.in
blob: d59a8d769b441eba2ad73c7609d4e3ff12f6250f (plain)
1
2
3
4
5
6
7
8
#!/bin/bash -e

/usr/bin/_nm-in-container-setup.sh

cat <<EOF > /etc/resolv.conf
# Generated by /etc/rc.d/rc.local
nameserver 8.8.8.8
EOF