#547 ogLive configura correctamente dns. Usar parámetro kernel ogdns.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3480 a21b9725-9963-47de-94b9-378ad31fedc9remotes/github/master
parent
786da8d003
commit
2681a0a13c
|
@ -156,9 +156,14 @@ ogPostConfigureFS()
|
||||||
echo "order hosts,bind" > /etc/host.conf
|
echo "order hosts,bind" > /etc/host.conf
|
||||||
echo "multi on" >> /etc/host.conf
|
echo "multi on" >> /etc/host.conf
|
||||||
|
|
||||||
#configuramos el dns
|
#configuramos el dns anterior ubuntu 12.04
|
||||||
#echo "nameserver $ogdns" > /etc/resolv.conf
|
#####echo "nameserver $ogdns" > /etc/resolv.conf
|
||||||
echo "nameserver $ogdns" > /etc/resolvconf/resolv.conf.d/tail
|
#configuramos el dns posterior ubuntu 12.04
|
||||||
|
#####echo "nameserver $ogdns" > /etc/resolvconf/resolv.conf.d/tail
|
||||||
|
mkdir -p /run/resolvconf
|
||||||
|
touch /run/resolvconf/resolv.conf
|
||||||
|
echo "nameserver $ogdns" > /run/resolvconf/resolv.conf
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# configuramos el /etc/networks
|
# configuramos el /etc/networks
|
||||||
|
|
Loading…
Reference in New Issue