summaryrefslogtreecommitdiff
path: root/nl/post-install
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2006-09-15 10:19:10 +0000
committerFrans Pop <elendil@planet.nl>2006-09-15 10:19:10 +0000
commitc9a8d5309d23424fe3ff0e68f491d782bc0fadd9 (patch)
treedeb9fbb1e88dbdee6242283fb0e760d91e5dfb3b /nl/post-install
parent3d2457511a55cbbaf3078b0be9d55f8ccb4c29e9 (diff)
downloadinstallation-guide-c9a8d5309d23424fe3ff0e68f491d782bc0fadd9.zip
Update of Dutch translation
Diffstat (limited to 'nl/post-install')
-rw-r--r--nl/post-install/kernel-baking.xml4
-rw-r--r--nl/post-install/post-install.xml3
-rw-r--r--nl/post-install/shutdown.xml28
3 files changed, 21 insertions, 14 deletions
diff --git a/nl/post-install/kernel-baking.xml b/nl/post-install/kernel-baking.xml
index c2cfa53d3..05f13162a 100644
--- a/nl/post-install/kernel-baking.xml
+++ b/nl/post-install/kernel-baking.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 39614 untranslated -->
+<!-- original version: 39887 untranslated -->
<sect1 id="kernel-baking"><title>Compiling a New Kernel</title>
<para>
@@ -158,7 +158,7 @@ like any package. As root, do
</phrase>
The <replaceable>subarchitecture</replaceable> part is an optional
sub-architecture,
-<phrase arch="x86"> such as <quote>i586</quote>, </phrase>
+<phrase arch="i386"> such as <quote>686</quote>, </phrase>
depending on what kernel options you set.
<userinput>dpkg -i</userinput> will install the
kernel, along with some other nice supporting files. For instance,
diff --git a/nl/post-install/post-install.xml b/nl/post-install/post-install.xml
index 59c327813..fa3d06167 100644
--- a/nl/post-install/post-install.xml
+++ b/nl/post-install/post-install.xml
@@ -1,9 +1,10 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 28715 untranslated -->
+<!-- original version: 39894 untranslated -->
<chapter id="post-install">
<title>Next Steps and Where to Go From Here</title>
+&shutdown.xml;
&new-to-unix.xml;
&orientation.xml;
&reactivating-win.xml;
diff --git a/nl/post-install/shutdown.xml b/nl/post-install/shutdown.xml
index e326be12d..27967df91 100644
--- a/nl/post-install/shutdown.xml
+++ b/nl/post-install/shutdown.xml
@@ -1,25 +1,31 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 21690 untranslated -->
+<!-- original version: 39942 untranslated -->
<sect1 id="shutdown">
- <title>Shutting Down the System</title>
+ <title>Shutting down the system</title>
<para>
To shut down a running Linux system, you must not reboot with the
reset switch on the front or back of your computer, or just turn off
-the computer. Linux must be shut down in a controlled manner,
-otherwise files may be lost and disk damage incurred. You can press
-the key combination <keycombo> <keycap>Ctrl</keycap>
-<keycap>Alt</keycap> <keycap>Del</keycap> </keycombo>
+the computer. Linux should be shut down in a controlled manner,
+otherwise files might get lost and/or disk damage might occur. If you run a
+desktop environment, there is usually an option to <quote>log out</quote>
+available from the application menu that allows you to shutdown (or reboot)
+the system.
+
+</para><para>
+
+Alternatively you can press the key combination <keycombo>
+<keycap>Ctrl</keycap> <keycap>Alt</keycap> <keycap>Del</keycap> </keycombo>
<phrase arch="powerpc;m68k"> or <keycombo> <keycap>Control</keycap>
<keycap>Shift</keycap> <keycap>Power</keycap> </keycombo> on Macintosh
-systems</phrase>. You may also log in as
-root and type <userinput>shutdown -h now</userinput>,
-<userinput>reboot</userinput>, or <userinput>halt</userinput> if
-either of the key combinations do not work or you prefer to type
-commands.
+systems</phrase>. A last option is to log in as root and type one of the
+commands <command>poweroff</command>, <command>halt</command> or
+<command>shutdown -h now</command> if either of the key combinations do not
+work or you prefer to type commands; use <command>reboot</command> to reboot
+the system.
</para>
</sect1>