mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 02:00:14 +01:00
This script seems very useful to me. Give it a more prominent place and move it out from "contrib/scripts". Also do some further renaming.
8 lines
138 B
Bash
Executable file
8 lines
138 B
Bash
Executable file
#!/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
|