Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 509820 - Quickinstall: incorrect mount point /mnt/gentoo/boot instead of /mnt/gentoo/
Summary: Quickinstall: incorrect mount point /mnt/gentoo/boot instead of /mnt/gentoo/
Status: RESOLVED INVALID
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Installation Handbook (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Docs Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-08 05:34 UTC by cathetr
Modified: 2014-05-08 05:50 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 cathetr 2014-05-08 05:34:48 UTC
http://www.gentoo.org/doc/en/gentoo-x86-quickinstall.xml says
 
Code Listing 2.10: Mount the file systems
livecd ~ # mount /dev/sda3 /mnt/gentoo
livecd ~ # mkdir /mnt/gentoo/boot
livecd ~ # mount /dev/sda1 /mnt/gentoo/boot
livecd ~ # cd /mnt/gentoo

It should instead be "mount /dev/sda1 /mnt/gentoo"
Comment 1 nm (RETIRED) gentoo-dev 2014-05-08 05:50:11 UTC
nope, incorrect. the docs clearly state that of the partitions created, sda1 is for boot, and sda3 is for the main root. re-read code listings 2.8 and 2.9. you first have to mount the main / directory before you can create and mount any sub-directories such as /boot.