#547 oglive 1.0.4 resolv.conf > resolv.conf.d/tail
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3257 a21b9725-9963-47de-94b9-378ad31fedc9remotes/github/master
parent
7bb85b2cdb
commit
57f35cfbce
|
@ -156,8 +156,9 @@ ogPostConfigureFS()
|
|||
echo "order hosts,bind" > /etc/host.conf
|
||||
echo "multi on" >> /etc/host.conf
|
||||
|
||||
#configuramos el dns
|
||||
echo "nameserver $ogdns" > /etc/resolv.conf
|
||||
#configuramos el dns
|
||||
#echo "nameserver $ogdns" > /etc/resolv.conf
|
||||
echo "nameserver $ogdns" > /etc/resolvconf/resolv.conf.d/tail
|
||||
|
||||
|
||||
# configuramos el /etc/networks
|
||||
|
|
Loading…
Reference in New Issue