Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 98628 - probably misspelled word
Summary: probably misspelled word
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Handbook (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Shyam Mani (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-10 23:33 UTC by Nguyen Thai Ngoc Duy (RETIRED)
Modified: 2005-07-11 00:26 UTC (History)
1 user (show)

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 Nguyen Thai Ngoc Duy (RETIRED) gentoo-dev 2005-07-10 23:33:32 UTC
In http://www.gentoo.org/doc/en/handbook/handbook-mips.xml?part=1&chap=2#doc_chap5:

Code Listing 11: Putting CoLo in the nfsroot

# tar -xzvf colo-1.XX.tar.gz
# cd colo-1.XX/binaries

(For Qubte 2800, RaQ2, etc)
# gzip -9vc colo-chain.elf > /nfsroot/vmlinux_raq-2800.gz

(For RaQ1, Qube 2700)
# gzip -9vc colo-chain.elf > /nfsroot/vmlinux.gz
# cd /nfsroot
# ln . boot

I think it should be Qube 2800, not Qubte 2800 (not using mips, so have no knowledge about this).
Comment 1 Shyam Mani (RETIRED) gentoo-dev 2005-07-11 00:08:49 UTC
Yeah, that is a typo since the code example below specifies Qube.
Comment 2 Shyam Mani (RETIRED) gentoo-dev 2005-07-11 00:26:29 UTC
Fixed in CVS, thanks for reporting!