Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 152881 - sys-kernel/genkernel - add LFS support to busy-config (busybox)
Summary: sys-kernel/genkernel - add LFS support to busy-config (busybox)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords: InVCS
: 152884 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-10-26 08:21 UTC by Fabio Erculiani
Modified: 2006-11-14 09:48 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 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.