summaryrefslogtreecommitdiff
path: root/nl
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2009-04-08 07:22:50 +0000
committerFrans Pop <elendil@planet.nl>2009-04-08 07:22:50 +0000
commit94cf0bc90624ed4ed3aac4d681f19811090b0d36 (patch)
treec0928d6318b65b45c4f0539c7bbf494d7d033baa /nl
parent92624cfe3e109ef28b8003a65afac531f7367c08 (diff)
downloadinstallation-guide-94cf0bc90624ed4ed3aac4d681f19811090b0d36.zip
Dutch translation udpate: untranslated file
Diffstat (limited to 'nl')
-rw-r--r--nl/boot-installer/x86.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/nl/boot-installer/x86.xml b/nl/boot-installer/x86.xml
index 6b4cf80bc..5bcd4203a 100644
--- a/nl/boot-installer/x86.xml
+++ b/nl/boot-installer/x86.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 58145 untranslated -->
+<!-- original version: 58178 untranslated -->
<sect2 arch="x86"><title>Booting from a CD-ROM</title>
@@ -195,17 +195,17 @@ For more details, refer to the
The procedure for <command>GRUB</command> is quite similar. Locate your
<filename>menu.lst</filename> in the <filename>/boot/grub/</filename>
-directory (sometimes in the <filename>/boot/boot/grub/</filename>),
-add the following lines:
+directory (or sometimes <filename>/boot/boot/grub/</filename>) and add an
+entry for the installer, for example (assuming <filename>/boot</filename>
+is on the first partition of the first disk in the system):
<informalexample><screen>
title New Install
-kernel (hd0,0)/boot/newinstall/vmlinuz
-initrd (hd0,0)/boot/newinstall/initrd.gz
+root (hd0,0)
+kernel /boot/newinstall/vmlinuz
+initrd /boot/newinstall/initrd.gz
</screen></informalexample>
-and reboot.
-
</para><para>
From here on, there should be no difference between <command>GRUB</command>