diff options
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> |