aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bashprofile.xml
diff options
context:
space:
mode:
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>