diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-07-01 21:20:39 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-07-09 15:14:49 -0300 |
commit | 4090ba626017d1fd70f5b120c2337f2b746a6911 (patch) | |
tree | 1f0ed7f0734fe7f56ebe3f3b14589999759fa5bc /configs/releng/root-image/etc/resolv.conf | |
parent | d7ab3646f34e3cbabef7c7a71108c9c3d331fbcb (diff) | |
download | archiso32-4090ba626017d1fd70f5b120c2337f2b746a6911.tar.xz |
[configs/releng] Add locale.gen and resolv.conf
mkarchroot overwrites these files.
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'configs/releng/root-image/etc/resolv.conf')
-rw-r--r-- | configs/releng/root-image/etc/resolv.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/releng/root-image/etc/resolv.conf b/configs/releng/root-image/etc/resolv.conf new file mode 100644 index 0000000..cecafba --- /dev/null +++ b/configs/releng/root-image/etc/resolv.conf @@ -0,0 +1,8 @@ +# +# /etc/resolv.conf +# + +#search <yourdomain.tld> +#nameserver <ip> + +# End of file |