diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-31 18:50:53 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-31 18:50:53 +0000 |
commit | 4b3f94c9f835506def8f1205d5b6f0b3a342465b (patch) | |
tree | a940e00612fc3e50f120583b1ad9f213042f241e /chapter06 | |
parent | fb598c22a59ea22c2a4d74ce51c682b5f8d06ae3 (diff) |
updated text (grub definitely doesn't need bin86)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1138 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bin86-inst.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chapter06/bin86-inst.xml b/chapter06/bin86-inst.xml index 424bbf555..a5e459049 100644 --- a/chapter06/bin86-inst.xml +++ b/chapter06/bin86-inst.xml @@ -2,11 +2,16 @@ <title>Installation of Bin86</title> <para>This package is only needed if you decide to use Lilo on your LFS -system. If you're going to use something else like Grub you may not need +system. If you're going to use something else like Grub you won't need bin86. Check the documentation for your favorite boot loader to see if you need the bin86 package (usually only ld86 and/or as86 from this package are required).</para> +<para>Keep in mind, though, that it's not just boot +loaders that use the bin86 package. There is always the chance that some +other package needs programs from this package, so keep that in mind if +you decide to skip this.</para> + <para>Install Bin86 by running the following commands:</para> <para><screen><userinput>make &&</userinput> |