diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-07-17 12:02:09 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-07-17 12:02:09 +0200 |
commit | d3866c4192814f8cd3c1ef05aa4ff16770e48037 (patch) | |
tree | 21fcf930252c8d8d3c82c653fd89c48ab4ef7162 | |
parent | 1b9a0c8ea09161646872b20f9bd09ce906e8a9fd (diff) | |
download | alpine-conf-d3866c4192814f8cd3c1ef05aa4ff16770e48037.zip |
setup-alpine: fix the example answer file
-rw-r--r-- | setup-alpine.in | 2 |
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" |