Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 48

Summary: lilo missing files
Product: Gentoo Linux Reporter: Vitaly Kushneriuk <vitaly_kushneriuk>
Component: [OLD] Core systemAssignee: Daniel Robbins (RETIRED) <drobbins>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.0 RC6 r14   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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*
 }