Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 145248 - genkernel support for emul in ROOT_LINKS variable in initrd.defaults
Summary: genkernel support for emul in ROOT_LINKS variable in initrd.defaults
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2006-08-27 04:27 UTC by Fabio Erculiani
Modified: 2006-09-16 03:58 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-08-27 04:27:27 UTC
To support /emul libraries on a LiveCD, I always need to add "emul" to ROOT_LINKS variable in initrd.defaults. But to do this, I must use sed, since the file has been generated using cpio, I suppose.
to achieve this:

  ROOT_LINKS='bin sbin lib lib32 lib64 boot usr opt emul'

just run:

  sed -i 's/boot usr opt/boot usr opt emul/' /usr/share/genkernel/generic/initrd.defaults

Thanks :)
Comment 1 Fabio Erculiani 2006-08-27 04:31:12 UTC
I've seen that it is fixed in genkernel 3.4.0 ?
btw, if it is, just close this bug.
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2006-09-12 07:40:19 UTC
I've added this to CVS, so it'll appear in the next genkernel version.
Comment 3 Fabio Erculiani 2006-09-12 08:17:20 UTC
many thanks ! :)
Comment 4 Tim Yamin (RETIRED) gentoo-dev 2006-09-16 03:58:24 UTC
Fixed in 3.4.1, thanks!