summaryrefslogtreecommitdiff
path: root/nl/appendix
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2007-01-07 15:51:11 +0000
committerFrans Pop <elendil@planet.nl>2007-01-07 15:51:11 +0000
commit894b48aea3898e47e913c9c84eb5358dcdb6bab2 (patch)
tree5765de11234f66467f9378be18e8ad1c4eb264a2 /nl/appendix
parent413add8dea1366a702de190c428e0c31ceb7eade (diff)
downloadinstallation-guide-894b48aea3898e47e913c9c84eb5358dcdb6bab2.zip
Update of untranslated files
Diffstat (limited to 'nl/appendix')
-rw-r--r--nl/appendix/chroot-install.xml43
1 files changed, 24 insertions, 19 deletions
diff --git a/nl/appendix/chroot-install.xml b/nl/appendix/chroot-install.xml
index 51bf826d3..7d1e0d8fb 100644
--- a/nl/appendix/chroot-install.xml
+++ b/nl/appendix/chroot-install.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 43841 untranslated -->
+<!-- original version: 44001 untranslated -->
<sect1 id="linux-upgrade">
<title>Installing &debian; from a Unix/Linux System</title>
@@ -343,10 +343,10 @@ Enter your nameserver(s) and search directives in
# editor /etc/resolv.conf
</screen></informalexample>
-A simple <filename>/etc/resolv.conf</filename>:
+A simple example <filename>/etc/resolv.conf</filename>:
<informalexample><screen>
-search hqdom.local\000
+search hqdom.local
nameserver 10.1.1.36
nameserver 192.168.9.100
</screen></informalexample>
@@ -465,21 +465,6 @@ its man page which will be available after installing the
<classname>kernel-package</classname> package. We recommend that you check
that the values are appropriate for your system.
-</para><para arch="x86">
-
-If you intend to use <classname>grub</classname> as your bootloader, you
-can set the <literal>do_bootloader</literal> option to <quote>no</quote>.
-To automatically update your <filename>/boot/grub/menu.lst</filename> on
-installation or removal of Debian kernels, add the following lines:
-
-<informalexample><screen>
-postinst_hook = update-grub
-postrm_hook = update-grub
-</screen></informalexample>
-
-For the <classname>lilo</classname> bootloader, the value of
-<literal>do_bootloader</literal> needs to be <quote>yes</quote>.
-
</para><para>
Then install the kernel package of your choice using its package name.
@@ -522,7 +507,7 @@ Installing and setting up <classname>grub</classname> is as easy as:
<informalexample><screen>
# aptitude install grub
-# grub-install /dev/<replaceable>hda</replaceable>
+# grub-install --recheck --no-floppy /dev/<replaceable>hda</replaceable>
# update-grub
</screen></informalexample>
@@ -544,6 +529,26 @@ image=/vmlinuz
label=Debian
</screen></informalexample>
+</para><para arch="x86">
+
+Depending on which bootloader you selected, you can now make some
+additional changes in <filename>/etc/kernel-img.conf</filename>.
+
+</para><para arch="x86">
+
+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:
+
+<informalexample><screen>
+postinst_hook = update-grub
+postrm_hook = update-grub
+</screen></informalexample>
+
+For the <classname>lilo</classname> bootloader, the value of
+<literal>do_bootloader</literal> needs to remain <quote>yes</quote>.
+
</para><para arch="powerpc">
Check <userinput>man yaboot.conf</userinput> for instructions on