Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13064 - incorrect GRP isntall information in guide online
Summary: incorrect GRP isntall information in guide online
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Gentoo Linux x86 Installation Guide (show other bugs)
Hardware: All Linux
: Highest blocker (vote)
Assignee: John Davis (zhen) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-01 20:48 UTC by Mark Guertin
Modified: 2003-01-02 09:31 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 Mark Guertin 2003-01-01 20:48:50 UTC
Code listing 7.3: Getting ready for GRP

# install -d /mnt/gentoo/usr/portage/packages
# mount --bind /mnt/cdrom/gentoo/packages /mnt/gentoo/usr/portage/packages

This above is not needed at all for proper GRP installation methods (described
below).

Section 15: GRP Install probably needs a rewrite.  For things to work properly
installation needs to be done through the included grp-install.sh file, I'll
detail usage here:

First you will need to cd to the location of the packages directory, for the
live CD you should find it at /mnt/cdrom/gentoo/packages.  In that directory you
will find grp-install.sh script, an All directory (holding all the binary
packages) and a list of available GRP packages.  To install any/all of these
package sets you should do the following:

sh grp-install.sh <list of package lists>  , where list of package lists are any
of the *-list.txt files found in the same directory.  An example would be: sh
grp-install.sh kde-list.txt mozilla-list.txt (this will install kde, mozilla and
all the dependancies it needs to run).  grp-install.sh may be run multiple times
if desired and will not replaced exiting installations.

There are currently open bugs on this that may result in rc2 not being able to
do proper GRP installations, but either way around the methods described
currently will not work as expected.
Comment 1 Mark Guertin 2003-01-01 20:51:10 UTC
sorry, should have mentioned that this is with the brand new 1.4_rc2
installation guide and should probably get updated asap
Comment 2 Mark Guertin 2003-01-01 20:56:44 UTC
Also worth a mention that I forgot is that you can run just sh grp-install.sh
for a basic usage descrption as well
Comment 3 John Davis (zhen) (RETIRED) gentoo-dev 2003-01-01 22:25:59 UTC
The changes are now live on the web. Thanks for the heads up.

Cheers,
//zhen
Comment 4 Mark Guertin 2003-01-01 23:17:31 UTC
I still see old version of doc? 
 
http://www.gentoo.org/doc/en/gentoo-x86-install.xml 
 
Just to verify this is the doc?  (I tried in 2 browsers and still got old 
code) 
Comment 5 Mark Guertin 2003-01-01 23:19:30 UTC
Ahh I see.  You added to section 7.3 (my bad) 
 
7.3 should be gone completely (doesn't apply using the proper install method), 
and the stuff I included should replace the whole of Section #15 
 
 
Comment 6 John Davis (zhen) (RETIRED) gentoo-dev 2003-01-02 09:31:28 UTC
Alrighty, now it is fixed ;-)
Thanks Gerk!

//zhen