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

Bug 80166

Summary: The mount command of proc before chroot looks wrong
Product: [OLD] Docs-user Reporter: M. Edward Borasky <znmeb>
Component: HandbookAssignee: Docs Team <docs-team>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description M. Edward Borasky 2005-01-30 21:39:39 UTC
In

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=6

there is a line that says

Code Listing 3: Mounting /proc

# mount -t proc none /mnt/gentoo/proc


This doesn't look right to me. I think it should be

# mount -t proc /proc /mnt/gentoo/proc

or

# mount -t none /proc /mnt/gentoo/proc
Comment 1 SpanKY gentoo-dev 2005-01-30 22:40:22 UTC
it is right