diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-09-11 21:35:35 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-09-11 21:35:35 +0000 |
commit | 955533beaf30ff65be18b3e5c1e3909928dd169a (patch) | |
tree | ed52a9832d7dcf2d6cbdb556054b8191dd753e4c /chapter06/bin86-inst.xml | |
parent | c94dd38cc7fe0ec74ad95516eb6a8c3efe9d0fc6 (diff) |
Removed LILO and Bin86. Replaced them with Grub
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2774 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bin86-inst.xml')
-rw-r--r-- | chapter06/bin86-inst.xml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/chapter06/bin86-inst.xml b/chapter06/bin86-inst.xml deleted file mode 100644 index ee2fb4c3a..000000000 --- a/chapter06/bin86-inst.xml +++ /dev/null @@ -1,26 +0,0 @@ -<sect2><title> </title><para> </para></sect2> - -<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>Compile the package:</para> - -<para><screen><userinput>make</userinput></screen></para> - -<para>And install it:</para> - -<para><screen><userinput>make PREFIX=/usr install</userinput></screen></para> - -</sect2> - |