From 18ee5ed0938b352007812c1a15acf4695fc1ecb8 Mon Sep 17 00:00:00 2001 From: hasufell Date: Wed, 18 Mar 2015 10:11:20 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- conf.d/net | 4 ++-- resolv.conf | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/conf.d/net b/conf.d/net index f119b17..a6d6480 100644 --- a/conf.d/net +++ b/conf.d/net @@ -2,8 +2,8 @@ # scripts in /etc/init.d. To create a more complete configuration, # please review /usr/share/doc/openrc/net.example and save your configuration # in /etc/conf.d/net (this file :]!). -config_eth1="192.168.0.5 netmask 255.255.255.0 brd 192.168.0.255" -routes_eth1="default via 192.168.0.1" +#config_eth1="192.168.0.5 netmask 255.255.255.0 brd 192.168.0.255" +#routes_eth1="default via 192.168.0.1" #routes_eth0="default via 192.168.0.1 #10.0.0.0/8 via 192.168.0.1 #::/0" diff --git a/resolv.conf b/resolv.conf index 54ae34b..275a3b1 100644 --- a/resolv.conf +++ b/resolv.conf @@ -1 +1,7 @@ +# Generated by dhcpcd +# /etc/resolv.conf.head can replace this line +# /etc/resolv.conf.tail can replace this line nameserver 192.168.0.1 +nameserver 192.168.0.2 +nameserver 2a02:908:2:1108::11 +nameserver 2a02:908:2:1107::11