Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 479306 - Remove obsolete real_root from genkernel.xml
Summary: Remove obsolete real_root from genkernel.xml
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Other documents (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo Genkernel Maintainers
URL: http://www.gentoo.org/doc/en/genkerne...
Whiteboard:
Keywords:
Depends on:
Blocks: 479308
  Show dependency tree
 
Reported: 2013-07-31 18:52 UTC by Brian Evans (RETIRED)
Modified: 2015-12-08 18:29 UTC (History)
4 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 Brian Evans (RETIRED) gentoo-dev 2013-07-31 18:52:22 UTC
All references to real_root should be removed. They should say root= instead.
The stable genkernel initramfs script takes root for everything that real_root does if real_root is unset.

As bug 479296 says:
>Ever since we moved to kernel 2.6 and initramfs (versus initrd), the real_root parameter has been unneeded, just *tolerated* by genkernel initramfs.  Initramfs scripts (like genkernel's) can read directly from the root= parameter, real_root was only needed since initrd required root=/dev/ram0, as it was a real ramdisk.

Reproducible: Always
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2013-08-01 19:17:48 UTC
@genkernel guys, can you confirm this?

I had some issues with not setting real_* before, although that was with real_rootflags, not real_root.
Comment 2 Matthew Marchese Gentoo Infrastructure gentoo-dev 2015-08-26 21:27:41 UTC
I've used genkernel quite extensively and can I can confirm. The "real_root" kernel argument is still supported for legacy systems (namely the 2.4.x Linux kernel initrd). "root" should be used in the place of "real_root".

Search the genkernel man page for "real_root" to confirm. I was using genkernel 3.4.52.2.
Comment 3 Matthew Marchese Gentoo Infrastructure gentoo-dev 2015-12-08 18:28:19 UTC
I fixed this bug back in August, 2015. See link below for reference.

https://wiki.gentoo.org/index.php?title=Genkernel&type=revision&diff=357034&oldid=356994