Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80166 - The mount command of proc before chroot looks wrong
Summary: The mount command of proc before chroot looks wrong
Status: RESOLVED INVALID
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Handbook (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Docs Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-30 21:39 UTC by M. Edward Borasky
Modified: 2005-01-30 22:40 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 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