Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 538286 - Prefix Solaris instructions - should no longer advise to use bootstrap-prefix.sh $EPREFIX/tmp since tmp/ is appended automatically
Summary: Prefix Solaris instructions - should no longer advise to use bootstrap-prefix...
Status: RESOLVED FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prefix
URL: https://www.gentoo.org/proj/en/gentoo...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-30 21:36 UTC by Craig
Modified: 2015-03-02 10: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 Craig 2015-01-30 21:36:03 UTC
The current bootstrap-prefix.sh script automatically uses the $EPREFIX/tmp folder for stage1 so adding /tmp to the stage1 command messes up the install so please modify the following

   Code Listing 1.3: Use the bootstrap script for stage1

   $ chmod 755 bootstrap-prefix.sh
   $ ./bootstrap-prefix.sh $EPREFIX/tmp stage1
        

   Note: Please note the usage of $EPREFIX/tmp! 

to read as:

   Code Listing 1.3: Use the bootstrap script for stage1

   $ chmod 755 bootstrap-prefix.sh
   $ ./bootstrap-prefix.sh $EPREFIX stage1
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2015-01-31 16:29:39 UTC
This is the legacy document and unlikely to see updates, as you can see from prefix.gentoo.org (in case you referenced these directions from somewhere else)
Comment 2 Fabian Groffen gentoo-dev 2015-03-02 10:50:09 UTC
Thanks, applied your change in the wiki, also added a note on top of the document to indicate it's not maintained.