Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 11234

Summary: step 8 should say export variables
Product: [OLD] Docs-user Reporter: Robert Nagle <idiotprogrammer>
Component: Gentoo Linux x86 Installation GuideAssignee: Docs Team <docs-team>
Status: RESOLVED INVALID    
Severity: trivial CC: vapier
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
URL: http://www.gentoo.org/doc/en/gentoo-x86-install.xml
Whiteboard:
Package list:
Runtime testing required: ---

Description Robert Nagle 2002-11-26 00:01:02 UTC
This code example doesn't say that TMPDIR should be exported. 

Code listing 8.1: Downloading Required Stages

# cd /mnt/gentoo
# env TMPDIR="/mnt/gentoo" lynx
http://www.ibiblio.org/pub/Linux/distributions/gentoo/releases/1.4_rc1/x86/
Comment 1 SpanKY gentoo-dev 2002-11-26 18:18:21 UTC
why should it be exported ? 
the only command that needs it is lynx ... 
then you chroot and forget about the var 
 
the only reason i can see for it being exported is that it would make for a cleaner Code 
listing ... 
Comment 2 John Davis (zhen) (RETIRED) gentoo-dev 2002-12-02 08:20:44 UTC
I agree - tmpdir is for lynx only, there is no reason for it to be exported 
into the environment. invalid.

//ZhEN