Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48 - lilo missing files
Summary: lilo missing files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-06 05:24 UTC by Vitaly Kushneriuk
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Kushneriuk 2002-01-06 05:24:09 UTC
lilo-22.1 has new boot loader boot-bmp.b which 
is not installed by ebuild. Following patch fixes the problem.

--- lilo-22.1.ebuild.orig       Sun Jan  6 13:16:26 2002
+++ lilo-22.1.ebuild    Sun Jan  6 13:16:42 2002
@@ -29,7 +29,7 @@
        dosbin keytab-lilo.pl
        dodir /boot
        insinto /boot
-       doins boot-text.b boot-menu.b chain.b os2_d.b
+       doins boot-text.b boot-menu.b boot-bmp.b chain.b os2_d.b
        doman manPages/*.[5-8]
        dodoc CHANGES COPYING INCOMPAT QuickInst README*
 }