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

Bug 152881

Summary: sys-kernel/genkernel - add LFS support to busy-config (busybox)
Product: Gentoo Hosted Projects Reporter: Fabio Erculiani <lxnay>
Component: genkernelAssignee: Gentoo Genkernel Maintainers <genkernel>
Status: RESOLVED FIXED    
Severity: normal Keywords: InVCS
Priority: High    
Version: unspecified   
Hardware: All   
OS: Other   
Whiteboard:
Package list:
Runtime testing required: ---

Description Fabio Erculiani 2006-10-26 08:21:04 UTC
The actual busy-config file for both x86 and x86_64 does not support LFS, and you can't create a .squashfs file >2GB without that.

So I suggest to change: 
#CONFIG_LFS is not set
to:
CONFIG_LFS=y

in:
/usr/share/genkernel/%%ARCH%%/busy-config

tested on x86 and AMD64.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-10-26 08:50:28 UTC
*** Bug 152884 has been marked as a duplicate of this bug. ***
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2006-11-13 11:49:43 UTC
Changed in subversion... this should show up in the next genkernel version.
Comment 3 Fabio Erculiani 2006-11-13 11:58:38 UTC
Many thanks Chris !
Comment 4 Chris Gianelloni (RETIRED) gentoo-dev 2006-11-14 09:48:45 UTC
Added in 3.4.5 which should be hitting the tree soon.