diff options
Diffstat (limited to 'en')
-rw-r--r-- | en/appendix/chroot-install.xml | 13 |
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 |