diff options
author | D-I role <debian-boot@lists.debian.org> | 2018-11-01 09:57:52 +0000 |
---|---|---|
committer | D-I role <debian-boot@lists.debian.org> | 2018-11-01 09:57:52 +0000 |
commit | 44e67913677daaf17cbce1149b93220bbeedb9f8 (patch) | |
tree | de2e290710bdce3bc200788bf12705f93f20457a /po/nl/random-bits.po | |
parent | 4f83ee5845f03fa4b6e08befa2ddfa41f69fcf34 (diff) | |
download | installation-guide-44e67913677daaf17cbce1149b93220bbeedb9f8.zip |
[SILENT_COMMIT] Update of POT and PO files for the installation-guide
Diffstat (limited to 'po/nl/random-bits.po')
-rw-r--r-- | po/nl/random-bits.po | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/po/nl/random-bits.po b/po/nl/random-bits.po index c59c58364..863744d4f 100644 --- a/po/nl/random-bits.po +++ b/po/nl/random-bits.po @@ -1339,67 +1339,6 @@ msgstr "Het netwerk configureren" #. Tag: para #: random-bits.xml:627 #, no-c-format -#| msgid "" -#| "To configure networking, edit <filename>/etc/network/interfaces</" -#| "filename>, <filename>/etc/resolv.conf</filename>, <filename>/etc/" -#| "hostname</filename> and <filename>/etc/hosts</filename>. " -#| "<informalexample><screen>\n" -#| "# editor /etc/network/interfaces\n" -#| "</screen></informalexample> Here are some simple examples from <filename>/" -#| "usr/share/doc/ifupdown/examples</filename>: <informalexample><screen>\n" -#| "######################################################################\n" -#| "# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)\n" -#| "# See the interfaces(5) manpage for information on what options are\n" -#| "# available.\n" -#| "######################################################################\n" -#| "\n" -#| "# We always want the loopback interface.\n" -#| "#\n" -#| "auto lo\n" -#| "iface lo inet loopback\n" -#| "\n" -#| "# To use dhcp:\n" -#| "#\n" -#| "# auto eth0\n" -#| "# iface eth0 inet dhcp\n" -#| "\n" -#| "# An example static IP setup: (broadcast and gateway are optional)\n" -#| "#\n" -#| "# auto eth0\n" -#| "# iface eth0 inet static\n" -#| "# address 192.168.0.42\n" -#| "# network 192.168.0.0\n" -#| "# netmask 255.255.255.0\n" -#| "# broadcast 192.168.0.255\n" -#| "# gateway 192.168.0.1\n" -#| "</screen></informalexample> Enter your nameserver(s) and search " -#| "directives in <filename>/etc/resolv.conf</filename>: " -#| "<informalexample><screen>\n" -#| "# editor /etc/resolv.conf\n" -#| "</screen></informalexample> A simple example <filename>/etc/resolv.conf</" -#| "filename>: <informalexample><screen>\n" -#| "search hqdom.local\n" -#| "nameserver 10.1.1.36\n" -#| "nameserver 192.168.9.100\n" -#| "</screen></informalexample> Enter your system's host name (2 to 63 " -#| "characters): <informalexample><screen>\n" -#| "# echo DebianHostName > /etc/hostname\n" -#| "</screen></informalexample> And a basic <filename>/etc/hosts</filename> " -#| "with IPv6 support: <informalexample><screen>\n" -#| "127.0.0.1 localhost\n" -#| "127.0.1.1 DebianHostName\n" -#| "\n" -#| "# The following lines are desirable for IPv6 capable hosts\n" -#| "::1 ip6-localhost ip6-loopback\n" -#| "fe00::0 ip6-localnet\n" -#| "ff00::0 ip6-mcastprefix\n" -#| "ff02::1 ip6-allnodes\n" -#| "ff02::2 ip6-allrouters\n" -#| "ff02::3 ip6-allhosts\n" -#| "</screen></informalexample> If you have multiple network cards, you " -#| "should arrange the names of driver modules in the <filename>/etc/modules</" -#| "filename> file into the desired order. Then during boot, each card will " -#| "be associated with the interface name (eth0, eth1, etc.) that you expect." msgid "" "To configure networking, edit <filename>/etc/network/interfaces</filename>, " "<filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</filename> " |