Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 411421 - sys-boot/grub-2 - please rework grub-2.00-10_linux-genkernel.patch
Summary: sys-boot/grub-2 - please rework grub-2.00-10_linux-genkernel.patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mike Gilbert
URL: http://sources.gentoo.org/cgi-bin/vie...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-10 05:39 UTC by Xake
Modified: 2012-04-11 02:41 UTC (History)
2 users (show)

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 Xake 2012-04-10 05:39:18 UTC
So the Genkernel Documentation wrt this sucks, but...
You want to use "root" instead of "real_root" here.
"real_root" works, but is just a residual since the old 2.4 kernel initrd times.

In fact in code unless both root and real_root is set (in which case real_root has priority since it is the old documented value) then the Genkernel initramfs script uses the root kernel parameter just as good (unless root is set to /dev/ram0, in which case root is ignored).

I have in fact being working on getting real_root/real_init and other such old cruft deprecated and removed from all documentation (Gentoo Handbook and so on) since Genkernel cannot even create initrd's anymore.
Comment 1 Mike Gilbert gentoo-dev 2012-04-11 02:41:53 UTC
CC: genkernel FYI.

Thank you for clarifying that. I have removed the real_root logic from the patch. That should make it much easier to push upstream.