Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 60957 - Correct documentation in "Code Listing 8.3:Preparing and entering the chroot enviroment
Summary: Correct documentation in "Code Listing 8.3:Preparing and entering the chroot...
Status: RESOLVED INVALID
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Gentoo Linux x86 Installation Guide (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: The Gentoo Linux Hardened Team
URL: http://www.gentoo.org/proj/en/hardene...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-19 15:55 UTC by James R. Marcus
Modified: 2004-09-08 10:47 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 James R. Marcus 2004-08-19 15:55:04 UTC
Currently reads:

# mount -t proc proc /mnt/gentoo/proc
# mount -t selinuxfs none /mnt/gentoo/selinux
# cp /etc/resolv.conf /mnt/gentoo/etc/resolv.conf
# chroot /mnt/gentoo /bin/bash
# env-update
Regenerating /etc/ld.so.cache...
# source /etc/profile
(The above points your shell to the new paths and updated binaries.)


Should read

# mount -t proc proc /mnt/gentoo/proc
# mkdir /mnt/gentoo/selinux
# mount -t selinuxfs none /mnt/gentoo/selinux
# cp /etc/resolv.conf /mnt/gentoo/etc/resolv.conf
# chroot /mnt/gentoo /bin/bash
# env-update
Regenerating /etc/ld.so.cache...
# source /etc/profile
(The above points your shell to the new paths and updated binaries.)


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Xavier Neys (RETIRED) gentoo-dev 2004-08-19 16:21:10 UTC
/proj/en/hardened/* is maintained by the hardened team guys themselves

Thanks for reporting, passing it on to them.
Comment 2 Chris PeBenito (RETIRED) gentoo-dev 2004-09-08 10:47:39 UTC
Install guide replaced with SELinux handbook