aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bashprofile.xml
diff options
context:
space:
mode:
authorThomas Balu Walter <tw@itreff.de>2001-03-19 16:02:50 +0000
committerThomas Balu Walter <tw@itreff.de>2001-03-19 16:02:50 +0000
commit81a47c0302abb616dc4b897ae71e9b0736405a24 (patch)
treebcbcc1bc33dc9472c5dfd1839b3ef8b44175e2b5 /chapter06/bashprofile.xml
parent53b5ccf1730f9f481fca06bac949d3ea8dbd61c7 (diff)
You
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@337 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bashprofile.xml')
-rw-r--r--chapter06/bashprofile.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/chapter06/bashprofile.xml b/chapter06/bashprofile.xml
index f34ae8251..d1e89a484 100644
--- a/chapter06/bashprofile.xml
+++ b/chapter06/bashprofile.xml
@@ -4,7 +4,8 @@
<para>
When we have entered the chroot'ed environment in the next section we
want to export a couple of environment variables in that shell such as
-PS1, PATH and others variables you want to have set. For that purpose we'll
+PS1, PATH and others variables a user wants to have set. For that
+purpose we'll
create the $LFS/root/.bash_profile file which will be read by bash when we
enter the chroot environment.
</para>
@@ -30,8 +31,9 @@ export PS1 PATH
</literallayout>
<para>
-You can add more environment variables,aliases and whatever else you
-need/want at your own discretion as you deem them necessary.
+More environment variables,aliases and whatever else is
+needed/wanted can be added at the users own discretion
+as he deems them necessary.
</para>
</sect1>