Frans Verstegen wrote:
> From:Linux From Scratch - Version CLFS-SVN-20051126-Sparc64 Chapter 7.
> If You Are Going to Boot
>
> ...
> cat > ${LFS}/root/.bash_profile << "EOF"
> PS1='\u:\w\$ '
> LC_ALL=POSIX
> PATH=/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin:/tools/sbin
> export LC_ALL PATH PS1
> EOF
> ...
> By putting /tools/bin ahead of the standard PATH, all the programs
> installed in Constructing a Temporary Tools are picked up by the shell
> immediately after their installation.
>
> shouldn't this be
> By putting /tools/bin:/tools/sbin at the end of the standard PATH ...
This command sets the full path. There is no $PATH in the string.
/tools IS at the end.
-- Bruce
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page