summaryrefslogtreecommitdiff
path: root/en
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2006-12-26 22:05:32 +0000
committerFrans Pop <elendil@planet.nl>2006-12-26 22:05:32 +0000
commit98f1f14d8039f625823a336cca11e6bc201761d7 (patch)
treecfac5a3b0755da401816a35ef3f40b129c7b3826 /en
parent8f45534a5591396e8a0e54202b316d029c9b21ce (diff)
downloadinstallation-guide-98f1f14d8039f625823a336cca11e6bc201761d7.zip
Minor improvements
Diffstat (limited to 'en')
-rw-r--r--en/appendix/chroot-install.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/en/appendix/chroot-install.xml b/en/appendix/chroot-install.xml
index 882211e9c..13b782696 100644
--- a/en/appendix/chroot-install.xml
+++ b/en/appendix/chroot-install.xml
@@ -485,21 +485,22 @@ edit it there. After you are done editing, call <command>lilo</command>
Installing and setting up <classname>grub</classname> is as easy as:
<informalexample><screen>
-# apt-get install grub
-# grub-install /dev/<replaceable>XXX</replaceable>
+# aptitude install grub
+# grub-install /dev/<replaceable>hda</replaceable>
# update-grub
</screen></informalexample>
-The last command will create a sane and working
-<filename>/boot/grub/menu.lst</filename>.
+The second command will install <command>grub</command> (in this case in
+the MBR of <literal>hda</literal>). The last command will create a sane
+and working <filename>/boot/grub/menu.lst</filename>.
</para><para arch="x86">
Here is a basic <filename>/etc/lilo.conf</filename> as an example:
<informalexample><screen>
-boot=/dev/hda6
-root=/dev/hda6
+boot=/dev/<replaceable>hda6</replaceable>
+root=/dev/<replaceable>hda6</replaceable>
install=menu
delay=20
lba32