Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 95082

Summary: udev/devfs discrepancy in handbook
Product: [OLD] Docs-user Reporter: Yogi-CH <yogich>
Component: HandbookAssignee: Docs Team <docs-team>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: Highest    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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).