mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
4d6fc2dabb
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1329 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
22 lines
757 B
XML
22 lines
757 B
XML
<sect2>
|
|
<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 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 &&
|
|
make PREFIX=/usr install</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|