aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-07-17 12:02:09 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2014-07-17 12:02:09 +0200
commitd3866c4192814f8cd3c1ef05aa4ff16770e48037 (patch)
tree21fcf930252c8d8d3c82c653fd89c48ab4ef7162
parent1b9a0c8ea09161646872b20f9bd09ce906e8a9fd (diff)
downloadalpine-conf-d3866c4192814f8cd3c1ef05aa4ff16770e48037.tar.bz2
alpine-conf-d3866c4192814f8cd3c1ef05aa4ff16770e48037.tar.xz
setup-alpine: fix the example answer file
-rw-r--r--setup-alpine.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-alpine.in b/setup-alpine.in
index cff4ac5..8ebc7a2 100644
--- a/setup-alpine.in
+++ b/setup-alpine.in
@@ -83,7 +83,7 @@ iface eth0 inet dhcp
"
# Search domain of example.com, Google public nameserver
-DNSOPTS="-d example.com -n 8.8.8.8"
+DNSOPTS="-d example.com 8.8.8.8"
# Set timezone to UTC
TIMEZONEOPTS="-z UTC"