From 5acf74091a662dfbd9b785b06a0f8b7497f20a18 Mon Sep 17 00:00:00 2001 From: Holger Wansing Date: Sun, 21 Oct 2018 12:07:21 +0200 Subject: Updating 'Installing Debian GNU/Linux from a Unix/Linux System' chapter --- en/appendix/chroot-install.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'en/appendix') diff --git a/en/appendix/chroot-install.xml b/en/appendix/chroot-install.xml index fa3beba5d..6dd075af2 100644 --- a/en/appendix/chroot-install.xml +++ b/en/appendix/chroot-install.xml @@ -407,17 +407,18 @@ Here are some simple examples from # available. ###################################################################### -# We always want the loopback interface. +# The loopback interface isn't really required any longer, but can be used +# if needed. # -auto lo -iface lo inet loopback +# auto lo +# iface lo inet loopback # To use dhcp: # # auto eth0 # iface eth0 inet dhcp -# An example static IP setup: (broadcast and gateway are optional) +# An example static IP setup: (network, broadcast and gateway are optional) # # auto eth0 # iface eth0 inet static @@ -438,7 +439,7 @@ Enter your nameserver(s) and search directives in A simple example /etc/resolv.conf: -search hqdom.local +search example.com nameserver 10.1.1.36 nameserver 192.168.9.100 -- cgit v1.2.3