summaryrefslogtreecommitdiff
path: root/nl/appendix
diff options
context:
space:
mode:
authorHolger Wansing <linux@wansing-online.de>2010-10-11 19:32:28 +0000
committerHolger Wansing <linux@wansing-online.de>2010-10-11 19:32:28 +0000
commit6418d760b465fbad607883f36eb363f530d24de1 (patch)
treeab65272e734fde9d31335121e4a8f9b6a142301f /nl/appendix
parent6700ed2d7c01d87a49ebe69740d57ff00914b9ce (diff)
downloadinstallation-guide-6418d760b465fbad607883f36eb363f530d24de1.zip
Change many occurences of 'Debian' into &debian;.
This run is for the Nederlands version, other languages will follow.
Diffstat (limited to 'nl/appendix')
-rw-r--r--nl/appendix/chroot-install.xml32
-rw-r--r--nl/appendix/graphical.xml4
-rw-r--r--nl/appendix/plip.xml4
-rw-r--r--nl/appendix/preseed.xml10
4 files changed, 25 insertions, 25 deletions
diff --git a/nl/appendix/chroot-install.xml b/nl/appendix/chroot-install.xml
index 09f75791c..8b9e72476 100644
--- a/nl/appendix/chroot-install.xml
+++ b/nl/appendix/chroot-install.xml
@@ -14,11 +14,11 @@ Red Hat, Mandrake, and SUSE. In this section some familiarity with
entering *nix commands and navigating the file system is assumed. In
this section, <prompt>$</prompt> symbolizes a command to be entered in
the user's current system, while <prompt>#</prompt> refers to a
-command entered in the Debian chroot.
+command entered in the &debian; chroot.
</para><para>
-Once you've got the new Debian system configured to your preference,
+Once you've got the new &debian; system configured to your preference,
you can migrate your existing user data (if any) to it, and keep on
rolling. This is therefore a <quote>zero downtime</quote> &debian-gnu;
install. It's also a clever way for dealing with hardware that
@@ -31,7 +31,7 @@ media.
As this is a mostly manual procedure, you should bear in mind that you
will need to do a lot of basic configuration of the system yourself,
-which will also require more knowledge of Debian and of &arch-kernel; in general
+which will also require more knowledge of &debian; and of &arch-kernel; in general
than performing a regular installation. You cannot expect this procedure
to result in a system that is identical to a system from a regular
installation. You should also keep in mind that this procedure only
@@ -65,7 +65,7 @@ To create an ext2 file system instead, omit <userinput>-j</userinput>.
</para><para>
Initialize and activate swap (substitute the partition number for
-your intended Debian swap partition):
+your intended &debian; swap partition):
<informalexample><screen>
# mkswap /dev/<replaceable>hda5</replaceable>
@@ -97,8 +97,8 @@ manually before proceding with the next stage.
<title>Install <command>debootstrap</command></title>
<para>
-The utility used by the Debian installer, and recognized as the
-official way to install a Debian base system, is
+The utility used by the &debian; installer, and recognized as the
+official way to install a &debian; base system, is
<command>debootstrap</command>. It uses <command>wget</command> and
<command>ar</command>, but otherwise depends only on
<classname>/bin/sh</classname> and basic Unix/Linux tools<footnote>
@@ -135,7 +135,7 @@ manually. Make a work folder for extracting the .deb into:
# cd work
</screen></informalexample>
-The <command>debootstrap</command> binary is located in the Debian
+The <command>debootstrap</command> binary is located in the &debian;
archive (be sure to select the proper file for your
architecture). Download the <command>debootstrap</command> .deb from
the <ulink url="http://ftp.debian.org/debian/pool/main/d/debootstrap/">
@@ -157,7 +157,7 @@ the files.
<para>
<command>debootstrap</command> can download the needed files directly
-from the archive when you run it. You can substitute any Debian
+from the archive when you run it. You can substitute any &debian;
archive mirror for <userinput>&archive-mirror;/debian</userinput> in
the command example below, preferably a mirror close to you
network-wise. Mirrors are listed at
@@ -200,7 +200,7 @@ in the <command>debootstrap</command> command:
<title>Configure The Base System</title>
<para>
-Now you've got a real Debian system, though rather lean, on disk.
+Now you've got a real &debian; system, though rather lean, on disk.
<command>chroot</command> into it:
<informalexample><screen>
@@ -208,7 +208,7 @@ Now you've got a real Debian system, though rather lean, on disk.
</screen></informalexample>
After chrooting you may need to set the terminal definition to be
-compatible with the Debian base system, for example:
+compatible with the &debian; base system, for example:
<informalexample><screen>
# export TERM=<replaceable>xterm-color</replaceable>
@@ -298,7 +298,7 @@ file systems individually, use:
# mount /path # e.g.: mount /usr
</screen></informalexample>
-Current Debian systems have mountpoints for removable media under
+Current &debian; systems have mountpoints for removable media under
<filename>/media</filename>, but keep compatibility symlinks in
<filename>/</filename>. Create these as as needed, for example:
@@ -545,14 +545,14 @@ its installation that refer to it.
To make your &debian-gnu; system bootable, set up your boot loader to load
the installed kernel with your new root partition. Note that
<command>debootstrap</command> does not install a boot loader, though you
-can use <command>aptitude</command> inside your Debian chroot to do so.
+can use <command>aptitude</command> inside your &debian; chroot to do so.
</para><para arch="any-x86">
Check <userinput>info grub</userinput> or <userinput>man
lilo.conf</userinput> for instructions on setting up the
-bootloader. If you are keeping the system you used to install Debian, just
-add an entry for the Debian install to your existing grub
+bootloader. If you are keeping the system you used to install &debian;, just
+add an entry for the &debian; install to your existing grub
<filename>menu.lst</filename> or <filename>lilo.conf</filename>. For
<filename>lilo.conf</filename>, you could also copy it to the new system and
edit it there. After you are done editing, call <command>lilo</command>
@@ -604,7 +604,7 @@ additional changes in <filename>/etc/kernel-img.conf</filename>.
For the <classname>grub</classname> bootloader, you should
set the <literal>do_bootloader</literal> option to <quote>no</quote>.
And to automatically update your <filename>/boot/grub/menu.lst</filename>
-on installation or removal of Debian kernels, add the following lines:
+on installation or removal of &debian; kernels, add the following lines:
<informalexample><screen>
postinst_hook = update-grub
@@ -618,7 +618,7 @@ For the <classname>lilo</classname> bootloader, the value of
Check <userinput>man yaboot.conf</userinput> for instructions on
setting up the bootloader. If you are keeping the system you used to
-install Debian, just add an entry for the Debian install to your
+install &debian;, just add an entry for the &debian; install to your
existing <filename>yaboot.conf</filename>. You could also copy it to
the new system and
edit it there. After you are done editing, call ybin (remember it will
diff --git a/nl/appendix/graphical.xml b/nl/appendix/graphical.xml
index ff85e0320..1b875377e 100644
--- a/nl/appendix/graphical.xml
+++ b/nl/appendix/graphical.xml
@@ -37,7 +37,7 @@ There is also a graphical installer image that can be netbooted. And there
is a special <quote>mini</quote> ISO image<footnote id="gtk-miniiso">
<para>
-The mini ISO image can be downloaded from a Debian mirror as described
+The mini ISO image can be downloaded from a &debian; mirror as described
in <xref linkend="downloading-files"/>.
Look for <filename>netboot/gtk/mini.iso</filename>.
</para>
@@ -50,7 +50,7 @@ For &arch-title;, currently only an experimental <quote>mini</quote> ISO
image is available<footnote id="gtk-miniiso">
<para>
-The mini ISO image can be downloaded from a Debian mirror as described
+The mini ISO image can be downloaded from a &debian; mirror as described
in <xref linkend="downloading-files"/>.
Look for <filename>netboot/gtk/mini.iso</filename>.
</para>
diff --git a/nl/appendix/plip.xml b/nl/appendix/plip.xml
index 7f9253f3a..830d75232 100644
--- a/nl/appendix/plip.xml
+++ b/nl/appendix/plip.xml
@@ -9,7 +9,7 @@
This section explains how to install &debian-gnu; on a computer without an
Ethernet card, but with just a remote gateway computer attached via
a Null-Modem cable (also called Null-Printer cable). The gateway
-computer should be connected to a network that has a Debian mirror
+computer should be connected to a network that has a &debian; mirror
on it (e.g. to the Internet).
</para><para>
@@ -40,7 +40,7 @@ systems. The most common values are <literal>io=0x378</literal>,
<itemizedlist>
<listitem><para>
-A target computer, called <emphasis>target</emphasis>, where Debian will be
+A target computer, called <emphasis>target</emphasis>, where &debian; will be
installed.
</para></listitem>
diff --git a/nl/appendix/preseed.xml b/nl/appendix/preseed.xml
index afa5227d3..58608478a 100644
--- a/nl/appendix/preseed.xml
+++ b/nl/appendix/preseed.xml
@@ -162,7 +162,7 @@ partitions.
<para>
Preseeding makes use of the <classname>debconf</classname> framework. This
-framework is the preferred mechanism used in Debian to interact with the user
+framework is the preferred mechanism used in &debian; to interact with the user
when configuring packages and also forms the heart of &d-i;.
In the <classname>debconf</classname> framework questions or dialogs are
based on <firstterm>templates</firstterm>. There are different types of
@@ -387,7 +387,7 @@ parameters, even if you delimit them with quotes.
<title>Auto mode</title>
<para>
-There are several features of Debian Installer that combine to allow
+There are several features of &debian; Installer that combine to allow
fairly simple command lines at the boot prompt to result in
arbitrarily complex customized automatic installs. To illustrate
this, here are some examples that can be used at the boot prompt:
@@ -554,7 +554,7 @@ from the network. DHCP allows specifying a filename. Normally this is a file
to netboot, but if it appears to be an URL then installation media that
support network preseeding will download the file from the URL and use it as a
preconfiguration file. Here is an example of how to set it up in the dhcpd.conf
-for version 3 of the ISC DHCP server (the dhcp3-server Debian package).
+for version 3 of the ISC DHCP server (the dhcp3-server &debian; package).
</para>
@@ -574,10 +574,10 @@ host to avoid preseeding all installs on your network.
</para><para>
A good way to use the DHCP preseeding is to only preseed values specific to
-your network, such as the Debian mirror to use. This way installs on your
+your network, such as the &debian; mirror to use. This way installs on your
network will automatically get a good mirror selected, but the rest of the
installation can be performed interactively. Using DHCP preseeding to fully
-automate Debian installs should only be done with care.
+automate &debian; installs should only be done with care.
</para>
</sect2>