From 98f1f14d8039f625823a336cca11e6bc201761d7 Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Tue, 26 Dec 2006 22:05:32 +0000 Subject: Minor improvements --- en/appendix/chroot-install.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'en') 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 lilo Installing and setting up grub is as easy as: -# apt-get install grub -# grub-install /dev/XXX +# aptitude install grub +# grub-install /dev/hda # update-grub -The last command will create a sane and working -/boot/grub/menu.lst. +The second command will install grub (in this case in +the MBR of hda). The last command will create a sane +and working /boot/grub/menu.lst. Here is a basic /etc/lilo.conf as an example: -boot=/dev/hda6 -root=/dev/hda6 +boot=/dev/hda6 +root=/dev/hda6 install=menu delay=20 lba32 -- cgit v1.2.3