diff options
author | Holger Wansing <hwansing@mailbox.org> | 2018-10-21 12:07:21 +0200 |
---|---|---|
committer | Holger Wansing <hwansing@mailbox.org> | 2018-10-21 12:07:21 +0200 |
commit | 5acf74091a662dfbd9b785b06a0f8b7497f20a18 (patch) | |
tree | 17720f1f7e942b0bbda6b172bea44802b7da4f11 /en/appendix | |
parent | d19ffee0e4eb35d2d889c212b7f22328684761d2 (diff) | |
download | installation-guide-5acf74091a662dfbd9b785b06a0f8b7497f20a18.zip |
Updating 'Installing Debian GNU/Linux from a Unix/Linux System' chapter
Diffstat (limited to 'en/appendix')
-rw-r--r-- | en/appendix/chroot-install.xml | 11 |
1 files changed, 6 insertions, 5 deletions
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 <filename>/etc/resolv.conf</filename>: <informalexample><screen> -search hqdom.local +search example.com nameserver 10.1.1.36 nameserver 192.168.9.100 </screen></informalexample> |