From 57f35cfbce3dde19e1ff594c65e6127cd426d459 Mon Sep 17 00:00:00 2001 From: adv Date: Tue, 17 Jul 2012 11:14:30 +0000 Subject: [PATCH] #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-378ad31fedc9 --- includes/etc/initramfs-tools/scripts/ogfunctions | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/includes/etc/initramfs-tools/scripts/ogfunctions b/includes/etc/initramfs-tools/scripts/ogfunctions index 35b24f9..89cd2c6 100644 --- a/includes/etc/initramfs-tools/scripts/ogfunctions +++ b/includes/etc/initramfs-tools/scripts/ogfunctions @@ -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