Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 95082 - udev/devfs discrepancy in handbook
Summary: udev/devfs discrepancy in handbook
Status: RESOLVED WORKSFORME
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Handbook (show other bugs)
Hardware: x86 Linux
: Highest blocker (vote)
Assignee: Docs Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-04 21:22 UTC by Yogi-CH
Modified: 2005-06-05 02:59 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 Yogi-CH 2005-06-04 21:22:59 UTC
If using 'genkernel --udev all' the following options are defaulted in the .config file:
File systems --->
  Pseudo Filesystems --->
    <*> /proc file system support
    <*> /dev file system support (OBSOLETE)
    <*> Virtual memory file system support (former shm fs)
...which should allow the system to mount $ROOT

The example for rolling your own kernel shows:
File systems --->
  Pseudo Filesystems --->
    <*> /proc file system support
    < > /dev file system support (OBSOLETE)
    <*> Virtual memory file system support (former shm fs)
...which prevents booting because $ROOT will not mount and the kernel panics.
Comment 1 Yogi-CH 2005-06-04 21:24:07 UTC
That is the Gentoo Linux 2005.0 x86 Handbook I am referencing, BTW.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-06-05 00:03:53 UTC
I can
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-06-05 00:03:53 UTC
I can´t see what docs discrepancy are you talking about. And leaving out devfs
support certainly does not leave system unbootable b/c that is how I do set it
on all my systems and none of them fails to boot. 

If you are having problems with udev at boot then you should add "udev" boot
option to your bootloader -  as documented in
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=10
Comment 4 Xavier Neys (RETIRED) gentoo-dev 2005-06-05 02:59:08 UTC
Hasn't that been fixed in genkernel itself?
Anyway, handbook is OK.
You neither want nor need devfs anymore (unless you're still using a 2.4 kernel
w/ a 2.4 profile).