#572 ogLive activa proxy si detecta parámetro kernel ogproxy

git-svn-id: https://opengnsys.es/svn/branches/version1.0@3481 a21b9725-9963-47de-94b9-378ad31fedc9
remotes/github/master
Antonio Doblas Viso 2013-01-14 10:51:22 +00:00
parent 2681a0a13c
commit aa53c8fee7
1 changed files with 2 additions and 1 deletions

View File

@ -164,7 +164,8 @@ ogPostConfigureFS()
touch /run/resolvconf/resolv.conf touch /run/resolvconf/resolv.conf
echo "nameserver $ogdns" > /run/resolvconf/resolv.conf echo "nameserver $ogdns" > /run/resolvconf/resolv.conf
#configuramos el uso del servicio http proxy
export http_proxy="$ogproxy"
# configuramos el /etc/networks # configuramos el /etc/networks
#read -e NETIP NETDEFAULT <<<$(route -n | grep eth0 | awk -F" " '{print $1}') #read -e NETIP NETDEFAULT <<<$(route -n | grep eth0 | awk -F" " '{print $1}')